1.2.0 • Published 2 years ago

propackage v1.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

propackage

propackage is a Typescript library for dealing with unicorn

Installation

Use the package manager npm to install foobar.

npm install  propackage

Usage

import propackage

import { Unicorn } from "unicorn-says-hello-world";
 
const myUnicorn = new Unicorn();
 
console.log(myUnicorn.sayHelloTo("jason"));


## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License