UNPKG

@jsonjoy.com/json-type

Version:

High-performance JSON Pointer implementation

8 lines (7 loc) 218 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BoolType = void 0; const AbsType_1 = require("./AbsType"); class BoolType extends AbsType_1.AbsType { } exports.BoolType = BoolType;