import * as freshSeo from "https://deno.land/x/fresh_seo@0.1.3/src/deps.ts";
Classes
Overrides the real Date object and timer functions with fake ones that can be controlled through the fake time instance. |
Functions
Make an assertion, error will be thrown if | |
Make an assertion that actual includes expected. If not then throw. | |
Executes a function, expecting it to throw. If it does not, then it throws. | |
Ensures that the file exists.
If the file that is requested to be created is in directories that do not
exist.
these directories are created. If the file already exists,
it is NOTMODIFIED.
Requires the |