UNPKG

nodejs-polars

Version:

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

5 lines (4 loc) 217 B
import { type Series } from "."; import type { ListFunctions } from "../shared_traits"; export type ListNamespace = ListFunctions<Series>; export declare const SeriesListFunctions: (_s: any) => ListFunctions<Series>;