Created
May 9, 2022 16:26
-
-
Save joeltg/0e4a653ca61c29e291ec8ed9246759ea to your computer and use it in GitHub Desktop.
@types/ipfs-only-hash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
declare module "ipfs-only-hash" { | |
export function of(input: string | Uint8Array | AsyncIterable<Uint8Array>, options?: {}): Promise<string> | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "0.0.0", | |
"name": "ipfs-only-hash", | |
"types": "index.d.ts", | |
"peerDependencies": { | |
"ipfs-only-hash": "^4.0.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment