Skip to content

Commit

Permalink
chore: Format helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Apr 12, 2024
1 parent 86c22f3 commit 187ceb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/helpers/esm/_identity.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export function _identity(x) { return x; }
export function _identity(x) {
return x;
}

export { _identity as _ };
export { _identity as _ };
1 change: 1 addition & 0 deletions packages/helpers/esm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export { _export_star } from "./_export_star.js";
export { _extends } from "./_extends.js";
export { _get } from "./_get.js";
export { _get_prototype_of } from "./_get_prototype_of.js";
export { _identity } from "./_identity.js";
export { _inherits } from "./_inherits.js";
export { _inherits_loose } from "./_inherits_loose.js";
export { _initializer_define_property } from "./_initializer_define_property.js";
Expand Down

0 comments on commit 187ceb1

Please sign in to comment.