UNPKG

@jsonjoy.com/json-type

Version:

High-performance JSON Pointer implementation

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