1.0.5 • Published 9 months ago
@json-walker/util v1.0.5
@json-walker/util
Set of utilities libraries
WalkerPropertyType
Enum of all possibles property type
getPropertyType(value): WalkerPropertyType
Get the WalkerPropertyType
of your value.
Option
Create an Option
object (similar to an Optional
in Java);
check service
It contains a list of methods to check the value depending of the type (such as isNull
, èisDate`, etc...).
Commands
npm run dev:linting
: Lint filesnpm test
: Run testsnpm run test:coverage
: Run tests and see coverage reports