mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-06 01:49:14 +08:00
7 lines
306 B
Text
7 lines
306 B
Text
/**
|
|
* @param {Context} context
|
|
* @returns {Exclude<Options['bulletOrdered'], undefined>}
|
|
*/
|
|
export function checkBulletOrderedOther(context: Context): Exclude<Options['bulletOrdered'], undefined>;
|
|
export type Context = import('../types.js').Context;
|
|
export type Options = import('../types.js').Options;
|