UNPKG

@aptpod/iscp-ts

Version:

iSCP 2.0 client library for TypeScript

5 lines 147 B
export const isSupportWebTransport = () => { // @ts-ignore return typeof WebTransport !== 'undefined'; }; //# sourceMappingURL=utils.js.map