UNPKG

@gypsy-js/npm-template

Version:
15 lines (10 loc) 322 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); /** * @file npm-template library CommonJS entry point. * @author qivmvip AT gmail DOT com * @date 2022-02-17 */ const hello = `hello npm-template AT ${new Date().toISOString()}`; exports.hello = hello; //# sourceMappingURL=index.cjs.map