@sinclair/typebox
Version:
Json Schema Type Builder with Static Type Resolution for TypeScript
14 lines (12 loc) • 327 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MappedResult = void 0;
const index_1 = require("../symbols/index");
// prettier-ignore
function MappedResult(properties) {
return {
[index_1.Kind]: 'MappedResult',
properties
};
}
exports.MappedResult = MappedResult;