UNPKG

@basmilius/tools

Version:

Commonly used tools for building.

6 lines (5 loc) 146 B
import build from "./build"; import clean from "./clean"; import copy from "./copy"; import dts from "./dts"; export { build, clean, copy, dts };