@gypsy-js/npm-template
Version:
The gypys NPM project template.
15 lines (10 loc) • 322 B
JavaScript
;
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