5 lines
99 B
JavaScript
5 lines
99 B
JavaScript
'use strict';
|
|
const thread = (require('../shared/thread.js'));
|
|
|
|
module.exports = thread('Window');
|