Skip to content

Commit

Permalink
restore references
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Aug 9, 2024
1 parent ed8eaf6 commit ea0a094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmarks/src/tests/iter-ops.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {type UnknownIterable, filter, map, pipe, toArray} from '../../../src';
import {type UnknownIterable, filter, map, pipe, toArray} from '../../../';

export async function testIterOps(input: UnknownIterable<number>) {
const start = Date.now();
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/src/tests/rxjs.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type {UnknownIterable} from '../../../src';
import type {UnknownIterable} from '../../../';
import {filter, firstValueFrom, from, map, toArray} from 'rxjs';

export async function testRXJS(
Expand Down

0 comments on commit ea0a094

Please sign in to comment.