Skip to main content
Module

x/fresh_seo/src/deps.ts>FakeTime#next

The fastest way ⚡️ to create sitemap and robots.txt in your Deno Fresh project 🍋
Latest
method FakeTime.prototype.next
import { FakeTime } from "https://deno.land/x/fresh_seo@1.0.1/src/deps.ts";

Advances time to when the next scheduled timer is due. If there are no pending timers, time will not be changed. Returns true when there is a scheduled timer and false when there is not.

Returns

boolean