2025-09-05 14:59:21 +08:00

3 lines
103 B
TypeScript

export declare function serialize(object: any): string;
export declare function hash(value: any): any;