@jobhopin/core
v1.88.9
Published
Jobhopin Core libraries
Downloads
422
Keywords
Readme
Installation
Use the package manager to install @jobhopin/core (if you have been published to npm registry)
yarn add @jobhopin/core
Local Development
For development, a package can be linked into another project. This is often useful to test out new features
cd jobhopin-core
yarn link
Use yarn link @jobhopin/core
to link another package that you’d like to test into your current project.
Usage
import { isDev } from '@jobhopin/core';
isDev();
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.
Upgrade version
Create new version 1.87.0