hexo/node_modules/fast-json-stable-stringify/index.d.ts

5 lines
114 B
TypeScript
Raw Normal View History

2023-10-03 11:14:36 +08:00
declare module 'fast-json-stable-stringify' {
function stringify(obj: any): string;
export = stringify;
}