UNPKG

183 BTypeScriptView Raw
1import { ofKeys as ofKeysStatic } from '../../iterable/ofkeys';
2declare module '../../iterable/iterablex' {
3 namespace IterableX {
4 let ofKeys: typeof ofKeysStatic;
5 }
6}