UNPKG

js-slang

Version:

Javascript-based implementations of Source, written in Typescript

5 lines 222 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.disallowedTypes = void 0; exports.disallowedTypes = ['bigint', 'never', 'object', 'symbol', 'unknown']; //# sourceMappingURL=types.js.map