UNPKG
attr
Version:
latest (3.0.2)
3.0.2
3.0.0
2.0.0
1.0.1
0.0.3
0.0.2
0.0.1
0.0.1-security
0.0.0
A basic getter/setter mixin that abstracts accessing a data map.
attr
/
bin
/
tests.js
9 lines
(6 loc)
•
160 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/* global window */
import
debug
from
'debug'
;
import
'../tests/attr.test'
;
import
'../tests/lib/helpers.test'
;
window
.
debug
= debug; debug.
enable
(
'attr:*'
);