next
Version:
The React Framework
10 lines (9 loc) • 434 B
TypeScript
import { Crypto as WebCrypto } from 'next/dist/compiled/@peculiar/webcrypto';
import { CryptoKey } from 'next/dist/compiled/@peculiar/webcrypto';
import processPolyfill from 'next/dist/compiled/process';
export declare function atob(b64Encoded: string): string;
export declare function btoa(str: string): string;
export { CryptoKey, processPolyfill as process };
export declare class Crypto extends WebCrypto {
randomUUID: any;
}