File size: 129 Bytes
bc20498 |
1 2 3 4 |
'use strict';
const {FUNCTION} = require('proxy-target/types');
module.exports = typeof Worker === FUNCTION ? Worker : class {};
|
bc20498 |
1 2 3 4 |
'use strict';
const {FUNCTION} = require('proxy-target/types');
module.exports = typeof Worker === FUNCTION ? Worker : class {};
|