UNPKG
lisn.js
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Simply handle user gestures and actions. Includes widgets.
lisnjs.github.io
lisnjs/lisn.js
lisn.js
/
dist
/
esm
/
bundle-essentials.d.ts
8 lines
•
189 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** *
@module
*
@ignore
*
@internal
*/
export
{ settings }
from
"./globals/settings.js"
;
export
*
as
watchers
from
"./watchers/index.js"
;
//# sourceMappingURL=bundle-essentials.d.ts.map