Skip to content

Commit

Permalink
feat: add call symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
storycraft committed Dec 11, 2024
1 parent d391be7 commit 35920c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/builder/src/symbol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ export const McsSymbol = Object.freeze({
remi: Symbol('McsSymbol.remi'),

iterable: Symbol('McsSymbol.iterable'),

call: Symbol('McsSymbol.call'),
});

0 comments on commit 35920c7

Please sign in to comment.