yahl
TypeScript icon, indicating that this package has built-in type declarations

1.0.7 • Public • Published

YAHL [Yet Another Helper Library]

yahl is a micro library that gives you simple utility functions for your day-to-day typescript / javascript data manipulation, sanity checks, you know the usual.

📦 Install

npm install --save yahl

🔨 Usage

import * as y from 'yahl';
 
 
const filteredResult = y.filterNotNull([1, null, 2, 3]);
 
console.log(filteredResult); // [1, 2, 3];

Readme

Keywords

none

Package Sidebar

Install

npm i yahl

Weekly Downloads

5

Version

1.0.7

License

ISC

Unpacked Size

23.1 kB

Total Files

48

Last publish

Collaborators

  • peek4y