UNPKG

pridoujs

Version:
4 lines (3 loc) 205 B
import { type InterpreterValue } from "../types/interpreter.js"; export declare const NATIVE_CONSTANTS: Map<string, InterpreterValue>; export declare const NATIVE_FUNCTIONS: Map<string, InterpreterValue>;