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