Skip to content

Instantly share code, notes, and snippets.

@joeltg
Created May 9, 2022 16:26
Show Gist options
  • Save joeltg/0e4a653ca61c29e291ec8ed9246759ea to your computer and use it in GitHub Desktop.
Save joeltg/0e4a653ca61c29e291ec8ed9246759ea to your computer and use it in GitHub Desktop.
@types/ipfs-only-hash
declare module "ipfs-only-hash" {
export function of(input: string | Uint8Array | AsyncIterable<Uint8Array>, options?: {}): Promise<string>
}
{
"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