veams-helpers
v1.1.4
Published
Helpers library for Veams.
Downloads
4
Readme
Veams Helpers
The helpers are saved in its own repository and categorized in:
- Array
- Browser
- Detection
- Function
- Object
- Operator
- String
- Utility
Usage
Just import the helper you need:
import transitionEnd from 'veams-helpers/lib/detection/transition-end';
or the whole library
import * as helpers from 'veams-helpers';
That's it!