@markuplint/types
Advanced tools
Comparing version 1.0.0-dev.20220106.0 to 1.0.0-dev.20220112.0
import type { CustomSyntaxCheck, UnmatchedResult } from './types'; | ||
export declare function checkMultiTypes(value: string, checks: CustomSyntaxCheck[]): UnmatchedResult | import("./types").MatchedResult; | ||
export declare function checkMultiTypes(value: string, checks: CustomSyntaxCheck[]): import("./types").MatchedResult | UnmatchedResult; |
@@ -5,3 +5,3 @@ import type { FormattedPrimitiveTypeCheck, MatchedResult, UnmatchedResult, UnmatchedResultOptions, UnmatchedResultReason } from './types'; | ||
reason?: UnmatchedResultReason; | ||
}): (value: string) => UnmatchedResult | MatchedResult; | ||
}): (value: string) => MatchedResult | UnmatchedResult; | ||
export declare function matched(): MatchedResult; | ||
@@ -8,0 +8,0 @@ export declare function unmatched(value: string, reason?: UnmatchedResultReason, options?: UnmatchedResultOptions & { |
@@ -45,3 +45,3 @@ import type { UnmatchedResult } from '..'; | ||
cache?: boolean; | ||
}): UnmatchedResult | import("..").MatchedResult; | ||
}): import("..").MatchedResult | UnmatchedResult; | ||
getConsecutiveToken(tokenType: number): Token | null; | ||
@@ -48,0 +48,0 @@ takeTurns(tokenNumbers: ReadonlyArray<number>, lastTokenNumber?: number): { |
{ | ||
"name": "@markuplint/types", | ||
"version": "1.0.0-dev.20220106.0", | ||
"version": "1.0.0-dev.20220112.0", | ||
"description": "Types of attributes and properties and more", | ||
@@ -32,3 +32,3 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
}, | ||
"gitHead": "ae095a6ca5d8ee8590fe21310c097b47d6d79486" | ||
"gitHead": "3c49355372683eaac471c753374fba55b35ca59f" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
529704