Erster Commit
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import * as crypto from 'node:crypto';
|
||||
import * as util from 'node:util';
|
||||
const webcrypto = crypto.webcrypto;
|
||||
export default webcrypto;
|
||||
export const isCryptoKey = (key) => util.types.isCryptoKey(key);
|
||||
Reference in New Issue
Block a user