0.0.1 • Published 2 years ago

@gmjs/generic-functions v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Generic function

This project contains a few simple generic functions.

Installation

npm install --save @gmjs/generic-functions

API

function emptyFn(): void;
function identityFn<T>(value: T): T;
function alwaysTruePredicate(): boolean;
function alwaysFalsePredicate(): boolean;
0.0.1

2 years ago