UNPKG

subtle

Version:

crypto.subtle for node.js

8 lines (5 loc) 165 B
require("./forge.min.js") function tryBrowser (routine, arguments){ return crypto.subtle[routine].apply(crypto.subtle, arguments); } module.exports = tryBrowser