UNPKG
glance-dom
Version:
latest (0.11.8-1)
0.11.8-1
0.11.8-0
0.11.7
0.11.6
0.11.5
0.11.4
0.11.3
0.11.2
0.11.1
0.11.0
0.10.4
0.10.3
0.10.2
0.10.1
Glance DOM library
github.com/quasimatic/glance-dom
quasimatic/glance-dom
glance-dom
/
javascript
/
lib
/
extensions
/
special-options
/
index-keywords.js
11 lines
(10 loc)
•
147 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
'use strict'
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
= {
options
: {
'first'
:
'1'
,
'last'
:
'-1'
} };