UNPKG

js-slang

Version:

Javascript-based implementations of Source, written in Typescript

6 lines 273 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.undefinedNode = void 0; const Literal_1 = require("./Expression/Literal"); exports.undefinedNode = new Literal_1.StepperLiteral('undefined', 'undefined'); //# sourceMappingURL=index.js.map