1.0.1 • Published 11 months ago

@hardysmith/testagent v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

testagent

A simple NPM package that exports a function to add two numbers.

Usage

const { add } = require('testagent');
console.log(add(2, 3)); // 5

Development

  • Run npm test to execute the test script.

Publishing

  1. Update the version in package.json as needed.
  2. Run npm publish to upload to the NPM registry.
1.0.1

11 months ago

1.0.0

11 months ago