UNPKG

@smart-consulting/lattice-services

Version:

Collection of common types and functions for connecting to Lattice services

22 lines (13 loc) 439 B
### Lattice Services This package gathers all common types and functions used in connecting to Lattice services from any front end application. Below list some of Lattice services currently catered by this package: - Authentication service ## How to To use, just add this package into your current project repo ``` npm install @smart-consulting/lattice-services ``` or by Yarn ``` yarn add @smart-consulting/lattice-services ```