UNPKG

xeira

Version:

One Web Dev stack tool to rule them all

13 lines (12 loc) 285 B
import { configText } from "./config.mjs" import { helpText, helpAliases } from "./help.mjs" import { monoText, monoAliases } from "./monorepo.mjs" import {buildChecker} from './build.mjs' export { configText, helpText, helpAliases, monoText, monoAliases, buildChecker }