UNPKG

attr

Version:

A basic getter/setter mixin that abstracts accessing a data map.

9 lines (6 loc) 160 B
/* global window */ import debug from 'debug'; import '../tests/attr.test'; import '../tests/lib/helpers.test'; window.debug = debug; debug.enable('attr:*');