fix(es/helpers): Add missing helpers (#8843)

This commit is contained in:
sschen86 2024-04-12 15:21:32 +08:00 committed by GitHub
parent 586ab9a4a4
commit 67bfcf41f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,3 @@
export function _identity(x) { return x; }
export { _identity as _ };