Skip to content

Commit

Permalink
feat: builtin internal enum
Browse files Browse the repository at this point in the history
  • Loading branch information
yazaldefilimone committed Aug 28, 2023
1 parent 076c851 commit dd5d6be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/evaluator/object/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export enum EBaseObject {
STRING = "STRING",
ERROR = "ERROR",
FUNCTION = "FUNCTION",
BUILTIN = "BUILTIN",
}
export interface BaseObject<T = unknown> {
type(): EBaseObject;
Expand Down

0 comments on commit dd5d6be

Please sign in to comment.