Urara-Blog/node_modules/.pnpm-store/v3/files/80/a87e06dcb42cff72a8f26becba224905014026cc5f3d18a0efde820662e04966ee1ee911f72f405acd63562cb0deda8e6e0612c39d07c71bbbe829bfd89679
2022-08-14 01:14:53 +08:00

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;