Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aiscript-dev/aiscript
/ types.ts
File
types.ts
test/types.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
* as assert from
'assert'
;
2
import
{ describe, expect, test } from
'vitest'
;
3
import
{ utils } from
'../src'
;
4
import
{ NUM, STR, NULL, ARR, OBJ, BOOL, TRUE, FALSE, ERROR ,FN_NATIVE } from
'../src/interpreter/value'
;
Callers
nothing calls this directly
Calls
6
exe
Function · 0.90
eq
Function · 0.90
NUM
Function · 0.90
ARR
Function · 0.90
STR
Function · 0.90
ERROR
Function · 0.90
Tested by
no test coverage detected