UNPKG

8-divine

Version:

![8-divine](static/divine.jpg)

17 lines (12 loc) 213 B
export const getTimer = () => +new Date(); function log(target) { target.isTestable = true; } @log class TestClass { att = 1; } export const getLazyData = () => { return "data"; }; export { TestClass };