UNPKG

nodejs-polars

Version:

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

8 lines (7 loc) 252 B
import type { ListFunctions } from "../../shared_traits"; import { Expr } from "../expr"; /** * namespace containing expr list functions */ export type ExprList = ListFunctions<Expr>; export declare const ExprListFunctions: (_expr: any) => ExprList;