UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

3 lines (2 loc) 163 B
import { NexoDerivedKey } from "../../typings/clouddevice/security/nexoDerivedKey"; export declare function deriveKeyMaterial(passphrase: string): NexoDerivedKey;