|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- // This module is generated by `script/`.
-
- export type Constant =
- | 1
- | 2
- | 6
- | 63
- | 32
- | 'CDATA['
- | 7
- | 31
- | 3
- | 'flow'
- | 'content'
- | 'string'
- | 'text'
- | 4
- | 5
- | 8
- | 999
- | 10
- | 16
- | 10000
-
- // @for-script: REMOVE_ALL_THING_BELOW
-
- export interface Constants {
- attentionSideBefore: 1
- attentionSideAfter: 2
- atxHeadingOpeningFenceSizeMax: 6
- autolinkDomainSizeMax: 63
- autolinkSchemeSizeMax: 32
- cdataOpeningString: 'CDATA['
- characterGroupWhitespace: 1
- characterGroupPunctuation: 2
- characterReferenceDecimalSizeMax: 7
- characterReferenceHexadecimalSizeMax: 6
- characterReferenceNamedSizeMax: 31
- codeFencedSequenceSizeMin: 3
- contentTypeFlow: 'flow'
- contentTypeContent: 'content'
- contentTypeString: 'string'
- contentTypeText: 'text'
- hardBreakPrefixSizeMin: 2
- htmlRaw: 1
- htmlComment: 2
- htmlInstruction: 3
- htmlDeclaration: 4
- htmlCdata: 5
- htmlBasic: 6
- htmlComplete: 7
- htmlRawSizeMax: 8
- linkResourceDestinationBalanceMax: 3
- linkReferenceSizeMax: 999
- listItemValueSizeMax: 10
- numericBaseDecimal: 10
- numericBaseHexadecimal: 16
- tabSize: 4
- thematicBreakMarkerCountMin: 3
- v8MaxSafeChunkSize: 10000
- }
-
- declare const value: Constants
-
- export default value
|