UNPKG

beyond

Version:

The Full Stack Universal Typescript Framework

9 lines (7 loc) 243 B
const {header} = global.utils.code; module.exports = function (bundle) { const {container} = bundle; return header( container.is === 'library' ? `LIBRARY: ${container.name}` : `MODULE: ${container.specifier}` ); }