The seguro-worker-lib library.
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))
yarn
yarn lint
yarn test
yarn build
yarn clean