File size: 108 Bytes
bc20498
 
1
2
3
import {FUNCTION} from 'proxy-target/types';
export default typeof Worker === FUNCTION ? Worker : class {};