UNPKG

nodejs-polars

Version:

Polars: Blazingly fast DataFrames in Rust, Python, Node.js, R and SQL

8 lines (7 loc) 247 B
import type { DateFunctions } from "../../shared_traits"; import { type Expr } from "../expr"; /** * DateTime functions */ export type ExprDateTime = DateFunctions<Expr>; export declare const ExprDateTimeFunctions: (_expr: any) => ExprDateTime;