generated from cubetiq/ts-project
Add build and allow dist
This commit is contained in:
11
dist/crypto/core/e2e.crypto.d.ts
vendored
Normal file
11
dist/crypto/core/e2e.crypto.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
/// <reference types="node" />
|
||||
declare const encrypt: (
|
||||
data: string | Buffer,
|
||||
privateOrPublicKey: string
|
||||
) => string
|
||||
declare const decrypt: (
|
||||
data: string | Buffer,
|
||||
privateKey: string,
|
||||
passphrase?: string | null | undefined
|
||||
) => string
|
||||
export { encrypt, decrypt }
|
||||
Reference in New Issue
Block a user