UNPKG

subtle

Version:

crypto.subtle for node.js

8 lines (6 loc) 182 B
var unwrapKey = function unwrapKey(){ return new Promise(function rejecter(resolve,reject){ reject(new Error("operation not supported")); }); }; module.exports = unwrapKey;