1.0.7 • Published 5 years ago

yahl v1.0.7

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

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];
1.0.7

5 years ago

1.0.6

5 years ago

1.0.2

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago