UNPKG

151 BTypeScriptView Raw
1declare function objectKeys(object: object): string[];
2
3declare namespace objectKeys {
4 function shim(): typeof objectKeys;
5}
6
7export = objectKeys;