kjelsrud.dev/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered-other.d.ts

10 lines
309 B
TypeScript
Raw Normal View History

2023-07-19 21:31:30 +02:00
/**
* @param {State} state
* @returns {Exclude<Options['bulletOrdered'], null | undefined>}
*/
export function checkBulletOrderedOther(
state: State
): Exclude<Options['bulletOrdered'], null | undefined>
export type State = import('../types.js').State
export type Options = import('../types.js').Options