MCPcopy
hub / github.com/winjs/winjs / join

Method join

src/js/WinJS/Core/_WinRT.d.ts:113–113  ·  view source on GitHub ↗
(seperator: string)

Source from the content-addressed store, hash-verified

111 toLocaleString(): string;
112 concat(...items: T[][]): T[];
113 join(seperator: string): string;
114 pop(): T;
115 push(...items: T[]): void;
116 reverse(): T[];

Callers 15

normalizeFunction · 0.65
Animations.jsFile · 0.65
interpretedRenderFunction · 0.65
BindingList.jsFile · 0.65
scheduleWriteRulesFunction · 0.65
processDocumentFunction · 0.65
addClassFunction · 0.65
removeClassFunction · 0.65
Pages_defineFunction · 0.65
_LegacyAppBar.jsFile · 0.65
SemanticZoom.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected