Structs§
- Parses
[attributes]? typewhere the type is a single non-any type - Parses
[attributes]? type - Parses
unrestricted? double - Parses
unrestricted? float - Parses
FrozenArray<Type> - Parses
unsigned? long long - Parses
unsigned? long - Parses a nullable type. Ex:
object | object?? - Parses a
Promise<Type|undefined>type - Parses
record<StringType, Type> - Parses
sequence<Type> - Parses
unsigned? short
Enums§
- Parses a const type
- Parses
unrestricted? float|double - Parses
unsigned? short|long|(long long) - Parses one of the string types
ByteString|DOMString|USVStringor any other type. - Parses the return type which may be
undefinedor any given Type - Parses one of the single types
- Parses either single type or a union type
- Parses one of the member of a union type
Type Aliases§
- Parses a union of types