Type Definitions FlattedElement<T> Source: types.ts, line 42 Type: T extends any[] ? never : T IArrayFormat<T> Source: types.ts, line 5 Properties: length length: number [index: number] [index: number]: T Type: TSInterface IEventMap Source: types.ts, line 18 Properties: [name: string] [name: string]: Event Type: TSInterface IObject<T> Source: types.ts, line 12 Properties: [name: string] [name: string]: T Type: TSInterface OpenCloseCharacter Source: types.ts, line 25 Properties: open open: string close close: string ignore optional ignore?: RegExp Type: TSInterface