UNPKG

trm-core

Version:

TRM (Transport Request Manager) Core

2 lines (1 loc) 139 B
export declare function jsonStringifyWithKeyOrder<T extends object>(obj: T, order: readonly (keyof T & string)[], space?: number): string;