更新
This commit is contained in:
+11
@@ -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