The CHANGE-ME library.
Add as a dependency to a Node.js project:
yarn add @conet-project/CHANGE-MEImport from the package:
import { Person, getGreeting } from '@conet-project/CHANGE-ME'
const person: Person = { name: 'John' }
console.log(getGreeting(person))yarnyarn lintyarn testyarn buildyarn clean