UNPKG

kubo-rpc-client-esm-cjs

Version:
14 lines (11 loc) 350 B
import { configure } from '../lib/configure.js' import errCode from 'err-code' export const createExport = configure(api => { /** * @type {import('./types.js').KeyAPI['export']} */ const exportKey = async (name, password, options = {}) => { throw errCode(new Error('Not implemented'), 'ERR_NOT_IMPLEMENTED') } return exportKey })