@ice1/pkg-in
v1.0.0
Published
``` $ npm install @ice1/pkg-in ```
Downloads
1
Readme
pkg-in
$ npm install @ice1/pkg-in
Examples
import pkg_in from '@ice1/pkg-in';
((async () => {
const pkg = new pkg_in();
await pkg.set();
await pkg.install.react();
await pkg.uninstall.react();
})());