UNPKG

@amaui/utils

Version:
6 lines (5 loc) 190 B
export interface IOptions { exception?: boolean; } declare const decrypt: (value_: string, privateValue: string, options_?: IOptions) => any | undefined | Error; export default decrypt;