UNPKG

@types/object-keys

Version:
8 lines (5 loc) 151 B
declare function objectKeys(object: object): string[]; declare namespace objectKeys { function shim(): typeof objectKeys; } export = objectKeys;