69 packages
annexe
A general, modular Typescript utilities library for your everyday coding.
@annexe/array
All annexe array methods under namespace "array".
@annexe/array.first
A utility function to acquire the first item in an array.
@annexe/array.head
A function that returns the first element as an array and optionally to a specified index.
@annexe/array.isempty
A function to check if an array is empty.
@annexe/array.istypedarray
A function to check if value is a TypedArray.
@annexe/array.last
A function to get the last element in an array.
@annexe/array.reverse
Immutable array order reversal function.
@annexe/array.tail
A utility function that returns all but the first element of an array.
@annexe/bundler
A Rollup bundling configuration to bundle packages.
@annexe/fn
All annexe function methods under namespace "fn".
@annexe/fn.partial
A utility function to partially apply function arguments
@annexe/fn.partialright
A utility function to partially apply function arguments from the right.
@annexe/isfloat
A Typescript utility function to assert whether a value is a float number type.
@annexe/isnumber
A Typescript utility function to assert whether a value is a number type.
@annexe/isstring
A Typescript utility function to assert whether a value is a string.
@annexe/map
All annexe map utility functions under namespace "map".
@annexe/map.ismap
A utility function that checks if a value is a map object.
@annexe/nowt
All annexe nowt utility functions under namespace "nowt".
@annexe/nowt.isnil
A utility function to validate if a value is null or undefined
@annexe/nowt.isnull
A utility function to validate if a value is null
@annexe/nowt.isundefined
A utility function to validate if a value is undefined
@annexe/number
All annexe number utility functions under namespace "number".
@annexe/number.isfinite
A utility function to check whether a number value is finite.
@annexe/number.isfloat
A Typescript utility function to assert whether a value is a float number type.