UNPKG

@betacodd/lighthouse-package

Version:

NPM package and CLI tool to interact with lighthouse protocol

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