/opt/canhelp/node_modules/google-auth-library/build/src/crypto
NameSizeModeActions
browser/-0755rm
node/-0755rm
crypto.d.ts2810644editdlrm
crypto.js23320644editdlrm
shared.d.ts19320644editdlrm
shared.js12440644editdlrm
Edit: /opt/canhelp/node_modules/google-auth-library/build/src/crypto/crypto.d.ts (281B)
import { Crypto } from './shared'; export * from './shared'; export interface CryptoSigner { update(data: string): void; sign(key: string, outputFormat: string): string; } export declare function createCrypto(): Crypto; export declare function hasBrowserCrypto(): boolean;