UNPKG
integrator-match
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
fuzzy-element-match ===
github.com/phuu/integrator-match
phuu/integrator-match
integrator-match
/
src
/
utils.js
8 lines
(5 loc)
•
84 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
_
from
'lodash'
;
var
UTILS
= {
noop
:
() =>
{} };
export
default
UTILS
;