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

StringChunk

class StringChunk {
constructor(value: string | string[]);
readonly value: string[];
}

§Constructors

§
new StringChunk(value: string | string[])
[src]

§Properties

§
value: string[]
[src]