UNPKG

@lighthouse-web3/sdk

Version:

NPM package and CLI tool to interact with lighthouse protocol

14 lines (13 loc) 322 B
declare const _default: (path: string, apiKey: string) => Promise<{ data: { metaData: { fileSize: any; mimeType: any; fileName: string | undefined; }[]; dataLimit: number; dataUsed: number; totalSize: any; }; }>; export default _default;