UNPKG

@launchdarkly/node-server-sdk

Version:
7 lines 352 B
import { platform } from '@launchdarkly/js-server-sdk-common'; export default class NodeCrypto implements platform.Crypto { createHash(algorithm: string): platform.Hasher; createHmac(algorithm: string, key: string): platform.Hmac; randomUUID(): `${string}-${string}-${string}-${string}-${string}`; } //# sourceMappingURL=NodeCrypto.d.ts.map