a zip code crypto-currency system good for red ONLY

isScheduler.js 181B

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