0.0.1 • Published 6 years ago
aitom-helpers v0.0.1
aitom-helpers library
Set of useful function used at backend of aitom-cms-5
Instalation
Using npm:
npm i --save aitom-helpers
Usage
As whole library
import * as helpers from 'aitom-helpers';
helpers.empty(variable);
Or as single function
import {empty} from 'aitom-helpers';
empty(variable);
Contains these functions:
- empty
- executeFunctionByName
- findGenericFunctionByName
- identize
- passUrlParams
- triggerPatterAnchor
- urlDecode
- urlEncode
- webalize
0.0.1
6 years ago