Skip to content

Commit 8c48a76

Browse files
committed
fix(cross): export radians and frompipes
1 parent 32f9564 commit 8c48a76

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/pipes/array/index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { FilterByImpurePipe } from './filter-by-impure';
2222
import { OrderByImpurePipe } from './order-by-impure';
2323
import { RangePipe } from './range';
2424
import { ChunkPipe } from './chunk';
25-
import {FromPairsPipe} from './from-pairs';
25+
import { FromPairsPipe } from './from-pairs';
2626

2727
const ARRAY_PIPES = [
2828
DiffPipe,
@@ -81,3 +81,4 @@ export { FilterByImpurePipe } from './filter-by-impure';
8181
export { OrderByImpurePipe } from './order-by-impure';
8282
export { RangePipe } from './range';
8383
export { ChunkPipe } from './chunk';
84+
export { FromPairsPipe } from './from-pairs';

src/pipes/math/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ export { PowerPipe } from './pow';
4545
export { CeilPipe } from './ceil';
4646
export { DegreesPipe } from './degrees';
4747
export { BytesPipe } from './bytes';
48+
export { RadiansPipe } from './radians';

0 commit comments

Comments
 (0)