%PDF- %PDF-
Direktori : /var/www/html/node_modules/next/dist/server/ |
Current File : /var/www/html/node_modules/next/dist/server/crypto-utils.d.ts |
/// <reference types="node" /> /// <reference types="node" /> export declare function encryptWithSecret(secret: Buffer, data: string): string; export declare function decryptWithSecret(secret: Buffer, encryptedData: string): string;