Files
coopgo/node_modules/mdast-util-math/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.d.ts
sgauthier 6e64e138e2
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
planning
2024-10-14 09:15:30 +02:00

10 lines
288 B
TypeScript

/**
* @param {State} state
* @returns {Exclude<Options['bullet'], null | undefined>}
*/
export function checkBulletOther(
state: State
): Exclude<Options['bullet'], null | undefined>
export type State = import('../types.js').State
export type Options = import('../types.js').Options