lighthouse-package-fork
Version:
NPM package and CLI tool to interact with lighthouse protocol
6 lines (5 loc) • 297 B
TypeScript
declare const isCID: (cid: string) => boolean;
declare const isPrivateKey: (key: string) => boolean;
declare const addressValidator: (value: string) => string;
declare function checkDuplicateFileNames(files: any[]): void;
export { isCID, isPrivateKey, addressValidator, checkDuplicateFileNames };