MCPcopy Index your code
hub / github.com/aiscript-dev/aiscript / std.ts

File std.ts

src/interpreter/lib/std.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/* eslint-disable no-empty-pattern */
2import { v4 as uuid } from 'uuid';
3import { NUM, STR, FN_NATIVE, FALSE, TRUE, ARR, NULL, BOOL, OBJ, ERROR } from '../value.js';
4import { assertNumber, assertString, assertBoolean, valToJs, jsToVal, assertFunction, assertObject, eq, expectAny, assertArray, reprValue } from '../util.js';

Callers

nothing calls this directly

Calls 15

STRFunction · 0.85
FN_NATIVEFunction · 0.85
assertBooleanFunction · 0.85
expectAnyFunction · 0.85
assertNumberFunction · 0.85
NUMFunction · 0.85
reprValueFunction · 0.85
ARRFunction · 0.85
assertStringFunction · 0.85
valToJsFunction · 0.85
jsToValFunction · 0.85
ERRORFunction · 0.85

Tested by

no test coverage detected