Skip to content

Commit

Permalink
fix(FunctionOf): path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sahin authored and sahin committed Oct 29, 2019
1 parent 9bb220e commit c1daaee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/as-static/function-of.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ declare global {
* * * *
* Example:
* ```typescript
* import "@thalesrc/js-utils/dist/as-static/function-of";
* import "@thalesrc/js-utils/as-static/function-of";
*
* const base = [1, 2, 5, {}, "x", "y"];
* const mapTo = Function.of("thales rocks");
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export * from "./compact";
export { debounce } from "./debounce";
export * from "./defer";
export { difference } from "./difference";
export * from "./function-of";
export { intersection } from "./intersection";
export * from "./is-falsy";
export * from "./is-truthy";
Expand Down

0 comments on commit c1daaee

Please sign in to comment.