Package description
Install package:
# npm
npm install packageName
# yarn
yarn install packageName
# pnpm
pnpm install packageNameImport:
// ESM
import { sum, Paragraph } from 'packageName'
// CommonJS
const { sum, Paragraph } = require('packageName')- Clone this repository
- Install dependencies using
yarn install - Watch files in development using
yarn dev - Run interactive tests using
yarn test
Published under MIT License.
Made with ❤️ by authorName in France.
| Sponsors | |
|---|---|
|
|
|