Skip to content

Commit

Permalink
feat: new object modules
Browse files Browse the repository at this point in the history
  • Loading branch information
yazaldefilimone committed Feb 25, 2024
1 parent 32e742d commit 42b2b6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/evaluator/object/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ export * from "./string";
export * from "./error";
export * from "./internal";
export * from "./environment";
export * from "./function";
export * from "./builtin";
export * from "./array";

0 comments on commit 42b2b6c

Please sign in to comment.