generated from cubetiq/ts-project
Updated build
This commit is contained in:
4
dist/crypto/core/default.crypto.d.ts
vendored
4
dist/crypto/core/default.crypto.d.ts
vendored
@@ -9,4 +9,6 @@ declare const decrypt: (
|
||||
key: string | Buffer,
|
||||
iv?: string | Buffer | null | undefined
|
||||
) => string
|
||||
export { encrypt, decrypt }
|
||||
declare const cryptoRandomBytes: (length: number) => Buffer
|
||||
declare const cryptoRandomString: (length: number) => string
|
||||
export { encrypt, decrypt, cryptoRandomBytes, cryptoRandomString }
|
||||
|
||||
Reference in New Issue
Block a user