williamdoliveira.simple
v0.0.5
Published
simple
Downloads
2
Readme
Simple
Simple crud using mock
Installation
Use the package manager npm to install foobar.
npm i williamdoliveira.simple
Usage
import { get } from 'williamdoliveira.simple';
get().then(console.log)
or
import * as Simple from 'williamdoliveira.simple';
Simple.get().then(console.log)
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.