8 lines
77 B
JavaScript
8 lines
77 B
JavaScript
'use strict';
|
|
|
|
|
|
var Watch = {};
|
|
|
|
exports.Watch = Watch;
|
|
/* No side effect */
|