0.1.39 • Published 8 years ago

@pilotlab/lux-function-types v0.1.39

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
8 years ago

lux-function-types

General function interfaces for commonly used function signatures.

Install

sudo npm install --save @pilotlab/lux-function-types

Usage

import {IEqualsFunction, ICompareFunction, ILoopFunction} from '@pilotlab/lux-function-types';