UNPKG

@jsonjoy.com/json-type

Version:

High-performance JSON Pointer implementation

14 lines (13 loc) 316 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Method = void 0; class Method { constructor(system, id, req, res, fn) { this.system = system; this.id = id; this.req = req; this.res = res; this.fn = fn; } } exports.Method = Method;