import add from './add.js';
import get from './get.js';
import isCid from './isCid.js';
export { add, get, isCid };
