type
stringclasses 7
values | content
stringlengths 4
9.55k
| repo
stringlengths 7
96
| path
stringlengths 4
178
| language
stringclasses 1
value |
---|---|---|---|---|
FunctionDeclaration |
declare function isImport(node: object | null | undefined, opts?: object | null): node is Import; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isBigIntLiteral(node: object | null | undefined, opts?: object | null): node is BigIntLiteral; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isExportNamespaceSpecifier(node: object | null | undefined, opts?: object | null): node is ExportNamespaceSpecifier; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isOptionalMemberExpression(node: object | null | undefined, opts?: object | null): node is OptionalMemberExpression; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isOptionalCallExpression(node: object | null | undefined, opts?: object | null): node is OptionalCallExpression; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isClassProperty(node: object | null | undefined, opts?: object | null): node is ClassProperty; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isClassAccessorProperty(node: object | null | undefined, opts?: object | null): node is ClassAccessorProperty; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isClassPrivateProperty(node: object | null | undefined, opts?: object | null): node is ClassPrivateProperty; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isClassPrivateMethod(node: object | null | undefined, opts?: object | null): node is ClassPrivateMethod; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isPrivateName(node: object | null | undefined, opts?: object | null): node is PrivateName; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isStaticBlock(node: object | null | undefined, opts?: object | null): node is StaticBlock; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isAnyTypeAnnotation(node: object | null | undefined, opts?: object | null): node is AnyTypeAnnotation; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isArrayTypeAnnotation(node: object | null | undefined, opts?: object | null): node is ArrayTypeAnnotation; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isBooleanTypeAnnotation(node: object | null | undefined, opts?: object | null): node is BooleanTypeAnnotation; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isBooleanLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): node is BooleanLiteralTypeAnnotation; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isNullLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): node is NullLiteralTypeAnnotation; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isClassImplements(node: object | null | undefined, opts?: object | null): node is ClassImplements; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isDeclareClass(node: object | null | undefined, opts?: object | null): node is DeclareClass; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isDeclareFunction(node: object | null | undefined, opts?: object | null): node is DeclareFunction; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isDeclareInterface(node: object | null | undefined, opts?: object | null): node is DeclareInterface; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isDeclareModule(node: object | null | undefined, opts?: object | null): node is DeclareModule; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isDeclareModuleExports(node: object | null | undefined, opts?: object | null): node is DeclareModuleExports; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isDeclareTypeAlias(node: object | null | undefined, opts?: object | null): node is DeclareTypeAlias; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isDeclareOpaqueType(node: object | null | undefined, opts?: object | null): node is DeclareOpaqueType; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isDeclareVariable(node: object | null | undefined, opts?: object | null): node is DeclareVariable; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isDeclareExportDeclaration(node: object | null | undefined, opts?: object | null): node is DeclareExportDeclaration; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isDeclareExportAllDeclaration(node: object | null | undefined, opts?: object | null): node is DeclareExportAllDeclaration; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isDeclaredPredicate(node: object | null | undefined, opts?: object | null): node is DeclaredPredicate; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isExistsTypeAnnotation(node: object | null | undefined, opts?: object | null): node is ExistsTypeAnnotation; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isFunctionTypeAnnotation(node: object | null | undefined, opts?: object | null): node is FunctionTypeAnnotation; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isFunctionTypeParam(node: object | null | undefined, opts?: object | null): node is FunctionTypeParam; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isGenericTypeAnnotation(node: object | null | undefined, opts?: object | null): node is GenericTypeAnnotation; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isInferredPredicate(node: object | null | undefined, opts?: object | null): node is InferredPredicate; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isInterfaceExtends(node: object | null | undefined, opts?: object | null): node is InterfaceExtends; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isInterfaceDeclaration(node: object | null | undefined, opts?: object | null): node is InterfaceDeclaration; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isInterfaceTypeAnnotation(node: object | null | undefined, opts?: object | null): node is InterfaceTypeAnnotation; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isIntersectionTypeAnnotation(node: object | null | undefined, opts?: object | null): node is IntersectionTypeAnnotation; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isMixedTypeAnnotation(node: object | null | undefined, opts?: object | null): node is MixedTypeAnnotation; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isEmptyTypeAnnotation(node: object | null | undefined, opts?: object | null): node is EmptyTypeAnnotation; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isNullableTypeAnnotation(node: object | null | undefined, opts?: object | null): node is NullableTypeAnnotation; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isNumberLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): node is NumberLiteralTypeAnnotation; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isNumberTypeAnnotation(node: object | null | undefined, opts?: object | null): node is NumberTypeAnnotation; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isObjectTypeAnnotation(node: object | null | undefined, opts?: object | null): node is ObjectTypeAnnotation; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isObjectTypeInternalSlot(node: object | null | undefined, opts?: object | null): node is ObjectTypeInternalSlot; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isObjectTypeCallProperty(node: object | null | undefined, opts?: object | null): node is ObjectTypeCallProperty; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isObjectTypeIndexer(node: object | null | undefined, opts?: object | null): node is ObjectTypeIndexer; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isObjectTypeProperty(node: object | null | undefined, opts?: object | null): node is ObjectTypeProperty; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isObjectTypeSpreadProperty(node: object | null | undefined, opts?: object | null): node is ObjectTypeSpreadProperty; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isOpaqueType(node: object | null | undefined, opts?: object | null): node is OpaqueType; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isQualifiedTypeIdentifier(node: object | null | undefined, opts?: object | null): node is QualifiedTypeIdentifier; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isStringLiteralTypeAnnotation(node: object | null | undefined, opts?: object | null): node is StringLiteralTypeAnnotation; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isStringTypeAnnotation(node: object | null | undefined, opts?: object | null): node is StringTypeAnnotation; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isSymbolTypeAnnotation(node: object | null | undefined, opts?: object | null): node is SymbolTypeAnnotation; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isThisTypeAnnotation(node: object | null | undefined, opts?: object | null): node is ThisTypeAnnotation; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTupleTypeAnnotation(node: object | null | undefined, opts?: object | null): node is TupleTypeAnnotation; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTypeofTypeAnnotation(node: object | null | undefined, opts?: object | null): node is TypeofTypeAnnotation; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTypeAlias(node: object | null | undefined, opts?: object | null): node is TypeAlias; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTypeAnnotation(node: object | null | undefined, opts?: object | null): node is TypeAnnotation; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTypeCastExpression(node: object | null | undefined, opts?: object | null): node is TypeCastExpression; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTypeParameter(node: object | null | undefined, opts?: object | null): node is TypeParameter; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTypeParameterDeclaration(node: object | null | undefined, opts?: object | null): node is TypeParameterDeclaration; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTypeParameterInstantiation(node: object | null | undefined, opts?: object | null): node is TypeParameterInstantiation; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isUnionTypeAnnotation(node: object | null | undefined, opts?: object | null): node is UnionTypeAnnotation; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isVariance(node: object | null | undefined, opts?: object | null): node is Variance; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isVoidTypeAnnotation(node: object | null | undefined, opts?: object | null): node is VoidTypeAnnotation; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isEnumDeclaration(node: object | null | undefined, opts?: object | null): node is EnumDeclaration; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isEnumBooleanBody(node: object | null | undefined, opts?: object | null): node is EnumBooleanBody; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isEnumNumberBody(node: object | null | undefined, opts?: object | null): node is EnumNumberBody; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isEnumStringBody(node: object | null | undefined, opts?: object | null): node is EnumStringBody; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isEnumSymbolBody(node: object | null | undefined, opts?: object | null): node is EnumSymbolBody; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isEnumBooleanMember(node: object | null | undefined, opts?: object | null): node is EnumBooleanMember; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isEnumNumberMember(node: object | null | undefined, opts?: object | null): node is EnumNumberMember; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isEnumStringMember(node: object | null | undefined, opts?: object | null): node is EnumStringMember; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isEnumDefaultedMember(node: object | null | undefined, opts?: object | null): node is EnumDefaultedMember; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isIndexedAccessType(node: object | null | undefined, opts?: object | null): node is IndexedAccessType; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isOptionalIndexedAccessType(node: object | null | undefined, opts?: object | null): node is OptionalIndexedAccessType; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isJSXAttribute(node: object | null | undefined, opts?: object | null): node is JSXAttribute; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isJSXClosingElement(node: object | null | undefined, opts?: object | null): node is JSXClosingElement; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isJSXElement(node: object | null | undefined, opts?: object | null): node is JSXElement; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isJSXEmptyExpression(node: object | null | undefined, opts?: object | null): node is JSXEmptyExpression; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isJSXExpressionContainer(node: object | null | undefined, opts?: object | null): node is JSXExpressionContainer; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isJSXSpreadChild(node: object | null | undefined, opts?: object | null): node is JSXSpreadChild; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isJSXIdentifier(node: object | null | undefined, opts?: object | null): node is JSXIdentifier; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isJSXMemberExpression(node: object | null | undefined, opts?: object | null): node is JSXMemberExpression; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isJSXNamespacedName(node: object | null | undefined, opts?: object | null): node is JSXNamespacedName; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isJSXOpeningElement(node: object | null | undefined, opts?: object | null): node is JSXOpeningElement; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isJSXSpreadAttribute(node: object | null | undefined, opts?: object | null): node is JSXSpreadAttribute; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isJSXText(node: object | null | undefined, opts?: object | null): node is JSXText; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isJSXFragment(node: object | null | undefined, opts?: object | null): node is JSXFragment; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isJSXOpeningFragment(node: object | null | undefined, opts?: object | null): node is JSXOpeningFragment; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isJSXClosingFragment(node: object | null | undefined, opts?: object | null): node is JSXClosingFragment; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isNoop(node: object | null | undefined, opts?: object | null): node is Noop; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isPlaceholder(node: object | null | undefined, opts?: object | null): node is Placeholder; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isV8IntrinsicIdentifier(node: object | null | undefined, opts?: object | null): node is V8IntrinsicIdentifier; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isArgumentPlaceholder(node: object | null | undefined, opts?: object | null): node is ArgumentPlaceholder; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isBindExpression(node: object | null | undefined, opts?: object | null): node is BindExpression; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isImportAttribute(node: object | null | undefined, opts?: object | null): node is ImportAttribute; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isDecorator(node: object | null | undefined, opts?: object | null): node is Decorator; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isDoExpression(node: object | null | undefined, opts?: object | null): node is DoExpression; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isExportDefaultSpecifier(node: object | null | undefined, opts?: object | null): node is ExportDefaultSpecifier; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.