type
stringclasses 7
values | content
stringlengths 4
9.55k
| repo
stringlengths 7
96
| path
stringlengths 4
178
| language
stringclasses 1
value |
---|---|---|---|---|
FunctionDeclaration |
declare function isRecordExpression(node: object | null | undefined, opts?: object | null): node is RecordExpression; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTupleExpression(node: object | null | undefined, opts?: object | null): node is TupleExpression; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isDecimalLiteral(node: object | null | undefined, opts?: object | null): node is DecimalLiteral; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isModuleExpression(node: object | null | undefined, opts?: object | null): node is ModuleExpression; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTopicReference(node: object | null | undefined, opts?: object | null): node is TopicReference; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isPipelineTopicExpression(node: object | null | undefined, opts?: object | null): node is PipelineTopicExpression; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isPipelineBareFunction(node: object | null | undefined, opts?: object | null): node is PipelineBareFunction; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isPipelinePrimaryTopicReference(node: object | null | undefined, opts?: object | null): node is PipelinePrimaryTopicReference; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSParameterProperty(node: object | null | undefined, opts?: object | null): node is TSParameterProperty; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSDeclareFunction(node: object | null | undefined, opts?: object | null): node is TSDeclareFunction; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSDeclareMethod(node: object | null | undefined, opts?: object | null): node is TSDeclareMethod; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSQualifiedName(node: object | null | undefined, opts?: object | null): node is TSQualifiedName; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSCallSignatureDeclaration(node: object | null | undefined, opts?: object | null): node is TSCallSignatureDeclaration; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSConstructSignatureDeclaration(node: object | null | undefined, opts?: object | null): node is TSConstructSignatureDeclaration; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSPropertySignature(node: object | null | undefined, opts?: object | null): node is TSPropertySignature; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSMethodSignature(node: object | null | undefined, opts?: object | null): node is TSMethodSignature; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSIndexSignature(node: object | null | undefined, opts?: object | null): node is TSIndexSignature; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSAnyKeyword(node: object | null | undefined, opts?: object | null): node is TSAnyKeyword; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSBooleanKeyword(node: object | null | undefined, opts?: object | null): node is TSBooleanKeyword; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSBigIntKeyword(node: object | null | undefined, opts?: object | null): node is TSBigIntKeyword; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSIntrinsicKeyword(node: object | null | undefined, opts?: object | null): node is TSIntrinsicKeyword; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSNeverKeyword(node: object | null | undefined, opts?: object | null): node is TSNeverKeyword; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSNullKeyword(node: object | null | undefined, opts?: object | null): node is TSNullKeyword; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSNumberKeyword(node: object | null | undefined, opts?: object | null): node is TSNumberKeyword; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSObjectKeyword(node: object | null | undefined, opts?: object | null): node is TSObjectKeyword; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSStringKeyword(node: object | null | undefined, opts?: object | null): node is TSStringKeyword; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSSymbolKeyword(node: object | null | undefined, opts?: object | null): node is TSSymbolKeyword; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSUndefinedKeyword(node: object | null | undefined, opts?: object | null): node is TSUndefinedKeyword; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSUnknownKeyword(node: object | null | undefined, opts?: object | null): node is TSUnknownKeyword; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSVoidKeyword(node: object | null | undefined, opts?: object | null): node is TSVoidKeyword; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSThisType(node: object | null | undefined, opts?: object | null): node is TSThisType; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSFunctionType(node: object | null | undefined, opts?: object | null): node is TSFunctionType; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSConstructorType(node: object | null | undefined, opts?: object | null): node is TSConstructorType; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSTypeReference(node: object | null | undefined, opts?: object | null): node is TSTypeReference; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSTypePredicate(node: object | null | undefined, opts?: object | null): node is TSTypePredicate; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSTypeQuery(node: object | null | undefined, opts?: object | null): node is TSTypeQuery; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSTypeLiteral(node: object | null | undefined, opts?: object | null): node is TSTypeLiteral; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSArrayType(node: object | null | undefined, opts?: object | null): node is TSArrayType; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSTupleType(node: object | null | undefined, opts?: object | null): node is TSTupleType; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSOptionalType(node: object | null | undefined, opts?: object | null): node is TSOptionalType; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSRestType(node: object | null | undefined, opts?: object | null): node is TSRestType; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSNamedTupleMember(node: object | null | undefined, opts?: object | null): node is TSNamedTupleMember; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSUnionType(node: object | null | undefined, opts?: object | null): node is TSUnionType; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSIntersectionType(node: object | null | undefined, opts?: object | null): node is TSIntersectionType; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSConditionalType(node: object | null | undefined, opts?: object | null): node is TSConditionalType; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSInferType(node: object | null | undefined, opts?: object | null): node is TSInferType; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSParenthesizedType(node: object | null | undefined, opts?: object | null): node is TSParenthesizedType; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSTypeOperator(node: object | null | undefined, opts?: object | null): node is TSTypeOperator; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSIndexedAccessType(node: object | null | undefined, opts?: object | null): node is TSIndexedAccessType; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSMappedType(node: object | null | undefined, opts?: object | null): node is TSMappedType; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSLiteralType(node: object | null | undefined, opts?: object | null): node is TSLiteralType; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSExpressionWithTypeArguments(node: object | null | undefined, opts?: object | null): node is TSExpressionWithTypeArguments; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSInterfaceDeclaration(node: object | null | undefined, opts?: object | null): node is TSInterfaceDeclaration; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSInterfaceBody(node: object | null | undefined, opts?: object | null): node is TSInterfaceBody; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSTypeAliasDeclaration(node: object | null | undefined, opts?: object | null): node is TSTypeAliasDeclaration; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSAsExpression(node: object | null | undefined, opts?: object | null): node is TSAsExpression; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSTypeAssertion(node: object | null | undefined, opts?: object | null): node is TSTypeAssertion; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSEnumDeclaration(node: object | null | undefined, opts?: object | null): node is TSEnumDeclaration; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSEnumMember(node: object | null | undefined, opts?: object | null): node is TSEnumMember; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSModuleDeclaration(node: object | null | undefined, opts?: object | null): node is TSModuleDeclaration; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSModuleBlock(node: object | null | undefined, opts?: object | null): node is TSModuleBlock; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSImportType(node: object | null | undefined, opts?: object | null): node is TSImportType; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSImportEqualsDeclaration(node: object | null | undefined, opts?: object | null): node is TSImportEqualsDeclaration; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSExternalModuleReference(node: object | null | undefined, opts?: object | null): node is TSExternalModuleReference; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSNonNullExpression(node: object | null | undefined, opts?: object | null): node is TSNonNullExpression; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSExportAssignment(node: object | null | undefined, opts?: object | null): node is TSExportAssignment; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSNamespaceExportDeclaration(node: object | null | undefined, opts?: object | null): node is TSNamespaceExportDeclaration; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSTypeAnnotation(node: object | null | undefined, opts?: object | null): node is TSTypeAnnotation; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSTypeParameterInstantiation(node: object | null | undefined, opts?: object | null): node is TSTypeParameterInstantiation; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSTypeParameterDeclaration(node: object | null | undefined, opts?: object | null): node is TSTypeParameterDeclaration; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSTypeParameter(node: object | null | undefined, opts?: object | null): node is TSTypeParameter; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isStandardized(node: object | null | undefined, opts?: object | null): node is Standardized; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isExpression(node: object | null | undefined, opts?: object | null): node is Expression; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isBinary(node: object | null | undefined, opts?: object | null): node is Binary; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isScopable(node: object | null | undefined, opts?: object | null): node is Scopable; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isBlockParent(node: object | null | undefined, opts?: object | null): node is BlockParent; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isBlock(node: object | null | undefined, opts?: object | null): node is Block; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isStatement(node: object | null | undefined, opts?: object | null): node is Statement; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTerminatorless(node: object | null | undefined, opts?: object | null): node is Terminatorless; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isCompletionStatement(node: object | null | undefined, opts?: object | null): node is CompletionStatement; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isConditional(node: object | null | undefined, opts?: object | null): node is Conditional; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isLoop(node: object | null | undefined, opts?: object | null): node is Loop; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isWhile(node: object | null | undefined, opts?: object | null): node is While; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isExpressionWrapper(node: object | null | undefined, opts?: object | null): node is ExpressionWrapper; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isFor(node: object | null | undefined, opts?: object | null): node is For; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isForXStatement(node: object | null | undefined, opts?: object | null): node is ForXStatement; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isFunction(node: object | null | undefined, opts?: object | null): node is Function; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isFunctionParent(node: object | null | undefined, opts?: object | null): node is FunctionParent; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isPureish(node: object | null | undefined, opts?: object | null): node is Pureish; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isDeclaration(node: object | null | undefined, opts?: object | null): node is Declaration; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isPatternLike(node: object | null | undefined, opts?: object | null): node is PatternLike; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isLVal(node: object | null | undefined, opts?: object | null): node is LVal; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isTSEntityName(node: object | null | undefined, opts?: object | null): node is TSEntityName; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isLiteral(node: object | null | undefined, opts?: object | null): node is Literal; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isUserWhitespacable(node: object | null | undefined, opts?: object | null): node is UserWhitespacable; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isMethod(node: object | null | undefined, opts?: object | null): node is Method; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isObjectMember(node: object | null | undefined, opts?: object | null): node is ObjectMember; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isProperty(node: object | null | undefined, opts?: object | null): node is Property; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isUnaryLike(node: object | null | undefined, opts?: object | null): node is UnaryLike; | 0xBronko/theShop | node_modules/@babel/types/lib/index.d.ts | TypeScript |
FunctionDeclaration |
declare function isPattern(node: object | null | undefined, opts?: object | null): node is Pattern; | 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.