/serendip-utility

tool box for Javascript (+Typescript) programming - no dependency

Primary LanguageTypeScriptMIT LicenseMIT

MIT Licence Maintenance Website shields.io Open Source Love TypeScript

SF

Serendip Utility

Utility package used in serendip repositories.

Installing

Assuming that you have already installed Nodejs, you can start installing Serendip Utility package with NPM. Open your Terminal/Command Prompt(CMD) and write:

npm install serendip-utility --save

Example

var su = require('serendip-utility');

console.log(su.text.replacePersianDigitsWithEnglish("۱۲۳۴۵۶۷۸۹۰"))

// should return 1234567890

Methods

Code Documentation

This documents are auto generated from typescript source using typedocpac

_