Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/vectorizer/src/utils/datetime/time.ts>Time

Feature Extraction and Feature Selection in TypeScript
Go to Latest
interface Time
import { type Time } from "https://deno.land/x/vectorizer@v0.3.7/src/utils/datetime/time.ts";

Properties

hours: number
minutes: number
seconds: number
milliseconds: number