0.0.75 • Published 3 years ago

tunis-extensions v0.0.75

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

Tunis extensions

A set of generic functions that extend the global built-in types in TypeScript, as well as global helper functions

Npm package

https://www.npmjs.com/package/tunis-extensions

Installation

$ npm i tunis-extensions

Usage

Simply import the module in any file that gets compiled with TypeScript and it will automatically include the extensions everywhere

import 'tunis-extensions';

You can also use the global helper functions by importing them

import { isInteger, toCamelCase } from 'tunis-extensions';
0.0.75

3 years ago

0.0.74

3 years ago

0.0.73

3 years ago

0.0.72

3 years ago

0.0.71

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago