UNPKG

@betacodd/lighthouse-package

Version:

NPM package and CLI tool to interact with lighthouse protocol

5 lines (4 loc) 229 B
declare const isCID: (cid: string) => boolean; declare const isPrivateKey: (key: string) => boolean; declare const addressValidator: (value: string | undefined | null) => string; export { isCID, isPrivateKey, addressValidator };