UNPKG

mvom

Version:

Multivalue Object Mapper

3 lines (2 loc) 102 B
export type DecryptFn = (value: string) => string; export type EncryptFn = (value: string) => string;