Viewing File: /home/ubuntu/voice-assistant-frontend/node_modules/@swc/helpers/esm/_instanceof.js

export function _instanceof(left, right) {
    if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) {
        return !!right[Symbol.hasInstance](left);
    } else return left instanceof right;
}
export { _instanceof as _ };
Back to Directory File Manager