@modern-js/module-tools-v2
Version:
The meta-framework suite designed from scratch for frontend-focused modern web development.
25 lines • 454 B
TypeScript
export declare const EN_LOCALE: {
command: {
build: {
describe: string;
watch: string;
tsconfig: string;
style_only: string;
platform: string;
no_tsc: string;
dts: string;
no_clear: string;
config: string;
};
dev: {
describe: string;
};
new: {
describe: string;
debug: string;
config: string;
distTag: string;
registry: string;
};
};
};