UNPKG

@dazejs/framework

Version:

Daze.js - A powerful web framework for Node.js

3 lines (2 loc) 119 B
import { BinaryLike } from 'crypto'; export declare const encrypt: (algorithm: string, content: BinaryLike) => string;