Files
JiboSDK/lib/dts/dev/tasks/index.d.ts
2026-03-22 03:21:45 +02:00

9 lines
276 B
TypeScript

import build from './build';
import clean from './clean';
import lint from './lint';
import watch from './watch';
import watchBuild from './watch-build';
import flows from './flows';
import rules from './rules';
export { build, clean, lint, watch, watchBuild, rules, flows };