1.0.2 • Published 4 years ago

cs-npm-test-package v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

First test package

For installing package, just run this command in your terminal/shell

npm install cs-npm-test-package

Example

Here a example for use:

// ES6+
import { printMsg } from "cs-npm-test-package";
// CommonJS
const { printMsg } = require("cs-npm-test-package");

printMsg();
1.0.2

4 years ago

1.0.0

4 years ago