@agebrock/cjs-test-module
v1.0.0
Published
Downloads
4
Readme
dummy cjs test module
Getting Started
This is a dummy module to test the cjs module capabilities of the bundler, runner and builder.
installation
npm install @agebrock/cjs-test-module
Usage
The module exports a test function that returns true;
module.exports = ()=> true;