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

Titles

import type { Titles } from "https://scrapbox.io/api/code/villagepump/personal-pin/mod.js";
type Titles = Iterable<string> | (() => Iterable<string> | Promise<Iterable<string>>);

§Type

§
Iterable<string> | (() => Iterable<string> | Promise<Iterable<string>>)
[src]