UNPKG
js-isset
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
isset for javascript - inspired by PHP
github.com/quickshiftin/js-isset
quickshiftin/js-isset
js-isset
/
.babelrc
13 lines
(12 loc)
•
170 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"presets"
: [
"
@babel
/preset-env"
],
"plugins"
: [
"babel-plugin-add-module-exports"
, [
"babel-plugin-root-import"
, {
"rootPathSuffix"
:
"src"
} ] ] }