Skip to content

Commit

Permalink
fix(es/helpers): Add missing helpers (#8843)
Browse files Browse the repository at this point in the history
  • Loading branch information
sschen86 committed Apr 12, 2024
1 parent 586ab9a commit 67bfcf4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/helpers/esm/_identity.js
@@ -0,0 +1,3 @@
export function _identity(x) { return x; }

export { _identity as _ };

0 comments on commit 67bfcf4

Please sign in to comment.