frontend/.pnpm-store/v3/files/0c/ac3c8a9f94ac145751cdadd9bccd9ebdc12eb2a054758b8438baed1b7f2607e3db4d3d6c9913e1ab162a9f5a45820ffa19c8f6537cbe7d93e4f70ab14f5a07

6 lines
181 B
Plaintext

/** PURE_IMPORTS_START PURE_IMPORTS_END */
export function isScheduler(value) {
return value && typeof value.schedule === 'function';
}
//# sourceMappingURL=isScheduler.js.map