UNPKG

drapcode-developer-sdk

Version:

The `Drapcode APIs` class provides methods for interacting with the Drapcode API. This documentation outlines how to use the class and its available methods.

3 lines (2 loc) 164 B
export declare const encryptData: (data: string, key: string) => Promise<string>; export declare const decryptData: (data: string, key: string) => Promise<string>;