@wingify/util-data-type
v0.1.0
Published
VWO Data Type Utility for Feature Management and Experimentation
Readme
@wingify/util-data-type
VWO Data Type Utility for Feature Management and Experimentation. Provides utility functions for data type checking and manipulation.
Features
- Type checking utilities (isString, isNumber, etc.)
- TypeScript support
- Lightweight and fast
Installation
This package is part of the vwo-fme-js-packages monorepo. To install dependencies, run from the monorepo root:
pnpm installTo build this package:
pnpm --filter @wingify/util-data-type buildUsage
import { isString } from '@wingify/util-data-type';
console.log(isString('test')); // trueScripts
pnpm build– Build the packagepnpm test– Run testspnpm test:watch– Run tests in watch modepnpm test:coverage– Run tests with coverage
