UNPKG

@boost/core

Version:

Robust pipeline for creating dev tools that separate logic into routines and tasks.

5 lines 245 B
/** * Combine app and plugin names into a Node/NPM applicable module name. */ export default function formatModuleName(appName: string, pluginType: string, name: string, scoped?: boolean): string; //# sourceMappingURL=formatModuleName.d.ts.map