UNPKG

@yodata/context-sdk

Version:

tools for developing and publishing yodata-context (cdef.yaml) files.

9 lines (6 loc) 211 B
'use strict' const { Context, loadContext, parse, mapAsync } = require('@yodata/transform') exports.Context = Context exports.loadContext = loadContext exports.parseContext = parse exports.mapAsync = mapAsync