UNPKG

ts-logs

Version:

This package provide a skd for audit and manager logs in nodejs and express

4 lines 203 B
import { EncryptParam } from "../types"; export declare const EncryptString: (param: EncryptParam) => Promise<string | {}>; export default EncryptString; //# sourceMappingURL=encrypt-string.util.d.ts.map