0.0.75 • Published 2 years ago

tunis-extensions v0.0.75

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

0.0.74

2 years ago

0.0.73

2 years ago

0.0.72

2 years ago

0.0.71

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago