UNPKG

ipfs-http-client

Version:
8 lines 264 B
import { configure } from './lib/configure.js'; import errCode from 'err-code'; export const createStart = configure(api => { const start = async (options = {}) => { throw errCode(new Error('Not implemented'), 'ERR_NOT_IMPLEMENTED'); }; return start; });