Skip to content

hanlogy/ts-lib

Repository files navigation

@hanlogy/ts-lib

Small TypeScript helper utilities used in Hanlogy projects.

Install

This package is published to GitHub Packages.

npm i @hanlogy/ts-lib

Usage

import { isPlainObject, kebabToCamel } from '@hanlogy/ts-lib';

isPlainObject({ a: 1 }); // true
kebabToCamel('hello-world'); // "helloWorld"

Environments

Designed to work in:

  • Node.js
  • React
  • React Native

No DOM-specific APIs.

Development

npm ci
npm run lint
npm test
npm run build

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors