@blazza/core
v0.1.0
Published
Typhon — Business Logic Library
Readme
@typhon/core
Typhon — Business Logic Library. Un import, acceso a todo.
Instalación
npm install @typhon/coreUso
import typhon from '@typhon/core'
const result = await typhon.pipe(
rawOrders,
typhon.validate(orderSchema),
typhon.groupBy('region'),
typhon.sumOf('amount')
)
if (result.ok) console.log(result.data)
else console.error(result.error.message)Licencia
Apache-2.0
