File tree Expand file tree Collapse file tree 13 files changed +17
-13
lines changed
Expand file tree Collapse file tree 13 files changed +17
-13
lines changed Original file line number Diff line number Diff line change 2020
2121/// <reference types="@stdlib/types"/>
2222
23- import { Iterator } from '@stdlib/types/iterator ' ;
23+ import { Iterator } from '@stdlib/types/iter ' ;
2424
2525/**
2626* Checks whether an iterated value passes a test.
Original file line number Diff line number Diff line change 2020
2121/// <reference types="@stdlib/types"/>
2222
23- import { Iterator } from '@stdlib/types/iterator ' ;
23+ import { Iterator } from '@stdlib/types/iter ' ;
2424
2525/**
2626* Tests whether at least one iterated value is truthy.
Original file line number Diff line number Diff line change 2020
2121/// <reference types="@stdlib/types"/>
2222
23- import { Iterator as Iter , IterableIterator } from '@stdlib/types/iterator ' ;
23+ import { Iterator as Iter , IterableIterator } from '@stdlib/types/iter ' ;
2424
2525// Define a union type representing both iterable and non-iterable iterators:
2626type Iterator = Iter | IterableIterator ;
Original file line number Diff line number Diff line change 2020
2121/// <reference types="@stdlib/types"/>
2222
23- import { Iterator as Iter , IterableIterator } from '@stdlib/types/iterator ' ;
23+ import { Iterator as Iter , IterableIterator } from '@stdlib/types/iter ' ;
2424
2525// Define a union type representing both iterable and non-iterable iterators:
2626type Iterator = Iter | IterableIterator ;
Original file line number Diff line number Diff line change 2020
2121/// <reference types="@stdlib/types"/>
2222
23- import { Iterator as Iter , IterableIterator } from '@stdlib/types/iterator ' ;
23+ import { Iterator as Iter , IterableIterator } from '@stdlib/types/iter ' ;
2424
2525// Define a union type representing both iterable and non-iterable iterators:
2626type Iterator = Iter | IterableIterator ;
Original file line number Diff line number Diff line change 2020
2121/// <reference types="@stdlib/types"/>
2222
23- import { Iterator } from '@stdlib/types/iterator ' ;
23+ import { Iterator } from '@stdlib/types/iter ' ;
2424
2525/**
2626* Checks whether an iterated value passes a test.
Original file line number Diff line number Diff line change 2020
2121/// <reference types="@stdlib/types"/>
2222
23- import { Iterator } from '@stdlib/types/iterator ' ;
23+ import { Iterator } from '@stdlib/types/iter ' ;
2424
2525/**
2626* Tests whether all iterated values are truthy.
Original file line number Diff line number Diff line change 2020
2121/// <reference types="@stdlib/types"/>
2222
23- import { Iterator } from '@stdlib/types/iterator ' ;
23+ import { Iterator } from '@stdlib/types/iter ' ;
2424
2525/**
2626* Checks whether an iterated value passes a test.
Original file line number Diff line number Diff line change 2020
2121/// <reference types="@stdlib/types"/>
2222
23- import { Iterator } from '@stdlib/types/iterator ' ;
23+ import { Iterator } from '@stdlib/types/iter ' ;
2424
2525/**
2626* Tests whether all iterated values are falsy.
Original file line number Diff line number Diff line change 2020
2121/// <reference types="@stdlib/types"/>
2222
23- import { Iterator } from '@stdlib/types/iterator ' ;
23+ import { Iterator } from '@stdlib/types/iter ' ;
2424
2525/**
2626* Checks whether an iterated value passes a test.
You can’t perform that action at this time.
0 commit comments