@conet.project/seguro-worker-lib
v0.13.12
Published
The seguro-worker-lib library.
Downloads
89
Readme
seguro-worker-lib
README
The seguro-worker-lib library.
Usage
Add as a dependency to a Node.js project:
yarn add @conet-project/seguro-worker-lib
Import from the package:
import { Person, getGreeting } from '@conet-project/seguro-worker-lib'
const person: Person = { name: 'John' }
console.log(getGreeting(person))
Development
Install
yarn
Lint
yarn lint
Test
yarn test
Build
yarn build
Clean
yarn clean