UNPKG

@jswork/next-rollup-banner

Version:
9 lines 643 B
/*! * name: @jswork/next-rollup-banner * description: Rollup banner for next. * homepage: https://github.com/afeiship/next-rollup-banner * version: 1.0.15 * date: 2025-06-20 13:58:37 * license: MIT */ (()=>{var e=Function("return this")().nx||require("@jswork/next"),n=e.niceComments||require("@jswork/next-nice-comments");e.rollupBanner=function(){return n(["name: <%= pkg.name %>","description: <%= pkg.description %>","homepage: <%= pkg.homepage %>","version: <%= pkg.version %>","date: "+(new Date).toISOString(),"license: <%= pkg.license %>"],"raw")},"undefined"!=typeof module&&module.exports&&(module.exports=e.rollupBanner)})();