UNPKG

@jsonjoy.com/json-type

Version:

High-performance JSON Pointer implementation

8 lines (7 loc) 394 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MessagePackEncoderCodegenContext = void 0; const BinaryEncoderCodegenContext_1 = require("./BinaryEncoderCodegenContext"); class MessagePackEncoderCodegenContext extends BinaryEncoderCodegenContext_1.BinaryEncoderCodegenContext { } exports.MessagePackEncoderCodegenContext = MessagePackEncoderCodegenContext;