Home
last modified time | relevance | path

Searched refs:ObjectTypeProperty (Results 1 – 1 of 1) sorted by relevance

/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts756 properties: ObjectTypeProperty[];
773 export interface ObjectTypeProperty extends Node { interface
1436 | ObjectTypeProperty;
1494 | ObjectTypeProperty
1843 properties?: ObjectTypeProperty[],
1853 …port function objectTypeProperty(key?: Expression, value?: FlowTypeAnnotation): ObjectTypeProperty;
2172 …n isObjectTypeProperty(node: object | null | undefined, opts?: object): node is ObjectTypeProperty;
2649 ): asserts node is ObjectTypeProperty;