@lifesg/ccube-lib
v0.0.1-alpha.3
Published
Common utilities and interfaces for CCUBE
Downloads
787
Readme
ccube-lib
Installation
npm i @lifesg/ccube-lib
Usage
import { JsonPath } from "@lifesg/ccube-lib";
JsonPath.parse();
To reduce the code bundle size when using bundlers like Webpack, you are recommended to import from the nested path like so:
import { parse } from "@lifesg/ccube-lib/json-path";