mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 19:39:29 +08:00
7 lines
285 B
Text
7 lines
285 B
Text
/**
|
|
* @param {Context} context
|
|
* @returns {Exclude<Options['bullet'], undefined>}
|
|
*/
|
|
export function checkBulletOther(context: Context): Exclude<Options['bullet'], undefined>;
|
|
export type Context = import('../types.js').Context;
|
|
export type Options = import('../types.js').Options;
|