Skip to main content
Module

x/bob/core/dirty-checkers/layouts.ts>isOlder

A static site generator for the dynamic web - develop with TSX and build with Deno
Latest
variable isOlder
import { isOlder } from "https://deno.land/x/bob@v2.8.1/core/dirty-checkers/layouts.ts";

type

(
compareDir: string,
baseDir: string,
baseFileExtensions?: string[],
) => Promise<boolean>