diff options
author | grant-kun <[email protected]> | 2022-09-26 11:29:53 -0500 |
---|---|---|
committer | grant-kun <[email protected]> | 2022-09-26 11:29:53 -0500 |
commit | ef9d69cee87c45fc4507780a891591cc31ec5481 (patch) | |
tree | e565a5741ee6a269f6cf76bfa1e666ea4ca40615 /browserify.js | |
parent | 5f4a473f0fb00d92855a307090b7d7d68312e912 (diff) |
fixed
Diffstat (limited to 'browserify.js')
-rw-r--r-- | browserify.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/browserify.js b/browserify.js new file mode 100644 index 0000000..7da26f4 --- /dev/null +++ b/browserify.js @@ -0,0 +1,2 @@ +let nodersa = require("node-rsa"); +window.nodersa = nodersa; |