UNPKG

@modern-js/module-tools-v2

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

8 lines 261 B
export declare enum SectionTitleStatus { Success = 0, Fail = 1, Log = 2, } export declare const BundleDtsLogPrefix = "[Bundle:DTS]"; export declare const BundlelessDtsLogPrefix = "[Bundleless:DTS]"; export declare const buildSuccessText = "Build succeed";