0.0.1 • Published 1 year ago
@the-soliton/mailer v0.0.1
Installation
Use the package manager to install @the-soliton/mailer (if you have been published to npm registry)
yarn add @the-soliton/mailerLocal Development
For development, a package can be linked into another project. This is often useful to test out new features
  cd soliton-core
  yarn linkUse yarn link @the-soliton/mailer to link another package that you’d like to test into your current project.
Usage
import { isDev } from '@the-soliton/mailer/dist/utils';
isDev();0.0.1
1 year ago