UNPKG

@ainc/script

Version:

Script compiler for typescript

20 lines (16 loc) 418 B
/** ***************************************** * Created by edonet@163.com * Created on 2021-04-11 11:22:53 ***************************************** */ 'use strict'; /** ***************************************** * 抛出接口 ***************************************** */ export * from './script'; export * as cp from './cp'; export * as watcher from './watcher'; export * as transform from './transform';