UNPKG

@basmilius/tools

Version:

Commonly used tools for building.

12 lines (10 loc) 163 B
import build from './build'; import clean from './clean'; import copy from './copy'; import dts from './dts'; export { build, clean, copy, dts };