UNPKG

iter-tools-es

Version:
5 lines 184 B
import { IterableIterator } from '../../types/iterable'; declare function objectKeys(obj: { [id: string]: any; } | null | undefined): IterableIterator<string>; export { objectKeys };