UNPKG

sval

Version:

A javascript interpreter written in javascript

4 lines (3 loc) 199 B
import { default as Scope } from '../scope/index.ts'; import * as acorn from 'acorn'; export declare function Literal(node: acorn.Literal, scope: Scope): string | number | bigint | boolean | RegExp;