Skip to main content
Module

x/evt/tools/inDepth/types.ts>DateLike

💧EventEmitter's typesafe replacement
Go to Latest
namespace DateLike
import { DateLike } from "https://deno.land/x/evt@v2.4.3/tools/inDepth/types.ts";
type alias DateLike
import { type DateLike } from "https://deno.land/x/evt@v2.4.3/tools/inDepth/types.ts";
definition: { getTime: () => number; }