This commit is contained in:
11
node_modules/licia/sortKeys.d.ts
generated
vendored
Normal file
11
node_modules/licia/sortKeys.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import types = require('./types');
|
||||
|
||||
declare function sortKeys(
|
||||
obj: object,
|
||||
options?: {
|
||||
deep?: boolean;
|
||||
comparator?: types.AnyFn;
|
||||
}
|
||||
): object;
|
||||
|
||||
export = sortKeys;
|
||||
Reference in New Issue
Block a user