Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

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

type

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