UNPKG

@agnostack/requestd

Version:

Please contact agnoStack via info@agnostack.com for any questions

6 lines (5 loc) 209 B
import { CryptoImplementation, ObjectType } from '../types'; export default class FactoryCrypto { static _crypto: CryptoImplementation; static getInstance(config?: ObjectType): CryptoImplementation; }