2.0.9 • Published 4 years ago

@windsn/helperjs v2.0.9

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

HelperJS by WindSn

HelperJS package make programming is in JS faster, better and convenient :smile:
Source code: https://github.com/TranDuyPhong/HelperJS

Modules in HelperJS

Common
1. Primitive
    1.1 Common
        Methods
            HandlePrimitiveValue
            HandlePrimitiveArray
            HandlePrimtiveObject
    1.2 ArrayObject
        Methods
            ClonePrimitiveArrayObject
    1.3 Object
        Methods
            ClonePrimitiveObject        
2. UI
    2.1 Global
        Methods CallLazyLoadData
    2.2 Input
        Methods SearchDelayData    
3. Ascii  
    Methods
        ASCIIUp
        ASCIILw
4. Data
    Methods  
        GetCachingData
        SetCachingData
        MapFormToModelData
        MapFormToModelDataOnlyFile
        MapFormToModelDataWithFile
        HandleTrimWhiteSpaceValue
        HandleTrimWhiteSpaceArray
        HandleTrimWhiteSpaceObject
        TrimWhiteSpaceData
5. Url
    Methods
        MapModelToUrl
6. Validate
    Methods
        HasValue
        TryParseValue    
7. Global
    Methods
        FormatUnsignedToAccented           
React
1. Redux
    1.1 Dispatch
        Methods  
            CombineDispatchToProps
    1.2 State        
        Methods
            CombineStateToProps

Usage

There are 2 ways you can use it 1. Import from @windsn/helperjs
const HelperJS = require('@windsn/helperjs'));
or
const { ASCIIUp } require('@windsn/helperjs');
console.log(HelperJS.ASCIIUp[0]); -> A
2. Import each module
const Common = require('@windsn/helperjs/common');
or
const { ASCIIUp } require('@windsn/helperjs/common');
console.log(Common.ASCIIUp[0]); -> A
^1: Fast, Better, Convenient

2.0.9

4 years ago

2.0.8

4 years ago

2.0.7

4 years ago

2.0.6

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago