MCPcopy 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

1import * as assert from 'assert';
2import { describe, expect, test } from 'vitest';
3import { utils } from '../src';
4import { NUM, STR, NULL, ARR, OBJ, BOOL, TRUE, FALSE, ERROR ,FN_NATIVE } from '../src/interpreter/value';

Callers

nothing calls this directly

Calls 6

exeFunction · 0.90
eqFunction · 0.90
NUMFunction · 0.90
ARRFunction · 0.90
STRFunction · 0.90
ERRORFunction · 0.90

Tested by

no test coverage detected