@z1/lib-api-box-core
v0.5.37
Published
Documentation under construction.
Downloads
27
Readme
Z1 Lib Api Box Core
Documentation under construction.
Usage
Install
yarn add @z1/lib-api-box-core
Import
import { apiBoxCore, task as Fn, fs as Fs } from '@z1/lib-api-box-core'
const apiBox = apiBoxCore(customExtensionFn())
const example = task((t, a) => {
/*your task code here
!Please look at the configuration section below */
})
const fs = @z1/preset-task