line_push/node_modules/node-object-hash/objectSorter.d.ts
2022-07-17 13:16:16 +08:00

9 lines
177 B
TypeScript

declare module 'node-object-hash.objectSorter' {
function makeObjectSorter(options?: {
coerce?: boolean,
sort?: boolean,
}): string;
export = makeObjectSorter;
}