UNPKG

@jplorg/jpl

Version:
6 lines (4 loc) 127 B
function builtin(runtime, signal, next, input) { return next(runtime.stringifyJSON(input, true)); } export default builtin;