UNPKG

@naturalcycles/nodejs-lib

Version:
6 lines (5 loc) 252 B
import { del, DelOptions } from './del'; import { json2env, objectToShellExport } from './json2env'; import { kpy, KpyOptions, kpySync } from './kpy'; export type { KpyOptions, DelOptions }; export { kpy, kpySync, del, objectToShellExport, json2env };