gamali-helper
v1.1.3
Published
![gamali Logo](http://gamali.edu.vn/assets/img/brand/logo.svg)
Downloads
4
Readme
GAMALI Helper
Lead Maintainer: GAMALI Tech
Introduction
Installation
$ npm i --save gamali-helper
// Generate document
$ jsdoc --readme README.md -c conf.json
Example
import _ali from 'gamali-helper'
const str = 'gamali technical'
//convert a string to be suitable for use in URL
const result = _ali._String.slugify(str)
// return gamali_technical