@gmjs/generic-functions
v0.0.1
Published
Generic functions.
Readme
Generic function
This project contains a few simple generic functions.
Installation
npm install --save @gmjs/generic-functionsAPI
function emptyFn(): void;
function identityFn<T>(value: T): T;
function alwaysTruePredicate(): boolean;
function alwaysFalsePredicate(): boolean;