UNPKG

198 BTypeScriptView Raw
1import { ofEntries as ofEntriesStatic } from '../../iterable/ofentries';
2declare module '../../iterable/iterablex' {
3 namespace IterableX {
4 let ofEntries: typeof ofEntriesStatic;
5 }
6}