UNPKG

noxon

Version:

Better JSON parsing and manipulation in TypeScript.

4 lines (2 loc) 150 B
declare const sortObjectArray: <T extends Record<string, any>>(array: T[] | undefined, key: keyof T) => T[] | undefined; export { sortObjectArray };