MCPcopy Create free account
hub / github.com/TypeStrong/typedoc /

Class

example/src/classes/StringArray.ts:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 * `IterableIterator<string>`.
13 */
14export class StringArray extends Array<string> {
15 /** A method that extends the functionality of a basic JavaScript array. */
16 customMethod(): void {
17 // do something awesome

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected