Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Series

import type { Series } from "https://git.sr.ht/~ruivieira/deno-experiments/blob/master/apex/options.ts";
type Series = {
name: string;
data: Point;
}
;

§Type

§
{
name: string;
data: Point;
}
[src]