0.1.2 • Published 5 years ago

@tomatosoft/gimlet v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

GimletJS

GimletJS is a collection of useful functions for JavaScript development.

How to use

Install using npm or yarn:

npm install @tomatosoft/gimlet

Then require desired function(s) in your code:

import { isPresent } from '@tomatosoft/gimlet'

[null, [], 'GimletJS'].map(isPresent)
// => [false, false, true]

Function Reference

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago