chore: Format helpers

This commit is contained in:
강동윤 (Donny) 2024-04-12 16:22:56 +09:00
parent 86c22f3ffa
commit 187ceb199a
2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -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";