UNPKG

@onesy/utils

Version:
3 lines (2 loc) 94 B
declare const encrypt: (value_: any, privateValue: string) => string; export default encrypt;