Urara-Blog/node_modules/.pnpm-store/v3/files/b8/08b84fabf46706ea0b234d4944ed57cd1f7e5fa9f6026f2be09e310c1926013fe79c285ea687196b146f553ef9e3cbb02d1a1b3612064e147a913b75700e00
2022-08-14 01:14:53 +08:00

36 lines
1.2 KiB
Text

export namespace constants {
const attentionSideBefore: number
const attentionSideAfter: number
const atxHeadingOpeningFenceSizeMax: number
const autolinkDomainSizeMax: number
const autolinkSchemeSizeMax: number
const cdataOpeningString: string
const characterGroupWhitespace: number
const characterGroupPunctuation: number
const characterReferenceDecimalSizeMax: number
const characterReferenceHexadecimalSizeMax: number
const characterReferenceNamedSizeMax: number
const codeFencedSequenceSizeMin: number
const contentTypeDocument: string
const contentTypeFlow: string
const contentTypeContent: string
const contentTypeString: string
const contentTypeText: string
const hardBreakPrefixSizeMin: number
const htmlRaw: number
const htmlComment: number
const htmlInstruction: number
const htmlDeclaration: number
const htmlCdata: number
const htmlBasic: number
const htmlComplete: number
const htmlRawSizeMax: number
const linkResourceDestinationBalanceMax: number
const linkReferenceSizeMax: number
const listItemValueSizeMax: number
const numericBaseDecimal: number
const numericBaseHexadecimal: number
const tabSize: number
const thematicBreakMarkerCountMin: number
const v8MaxSafeChunkSize: number
}