UNPKG

@jplorg/jpl

Version:
18 lines (17 loc) 400 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = exports.default = { /** { string: string } */ op(runtime, input, params, scope, next) { return next(params.string ?? '', scope); }, /** { string: string } */ map(runtime, params) { return { string: runtime.assertType(params.string, 'string') }; } };