Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@mike-3/test-package

mike-33MIT1.0.1

NPM test pakage

test, package

readme

test-package

Test NPM package.

Installation

$ npm i @mike-3/test-package

Using

In Node.js:

const TestPackage = require('@mike-3/test-package');

TestPackage.hello();
TestPackage.proof();