3 lines
103 B
TypeScript
3 lines
103 B
TypeScript
export declare function serialize(object: any): string;
|
|
export declare function hash(value: any): any;
|