Skip to content
This repository has been archived by the owner on Feb 25, 2019. It is now read-only.

Commit

Permalink
chore(npm): add types
Browse files Browse the repository at this point in the history
  • Loading branch information
kevlened committed Jan 17, 2018
1 parent 4aa22cc commit 8f44cf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
declare var crypto: Crypto
export = crypto;
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.8.3",
"description": "WebCrypto API for Node.js",
"main": "src/index.js",
"types": "index.d.ts",
"directories": {
"test": "test"
},
Expand Down

0 comments on commit 8f44cf6

Please sign in to comment.