1
0
forked from Rowland/EG
EG/Cesium-1.132/node_modules/micromark-extension-directive/dev/lib/factory-name.d.ts
2025-08-25 17:48:13 +08:00

14 lines
590 B
TypeScript

/**
* @this {TokenizeContext}
* @param {Effects} effects
* @param {State} ok
* @param {State} nok
* @param {TokenType} type
*/
export function factoryName(this: TokenizeContext, effects: Effects, ok: State, nok: State, type: TokenType): (code: Code) => State | undefined;
import type { Effects } from 'micromark-util-types';
import type { State } from 'micromark-util-types';
import type { TokenType } from 'micromark-util-types';
import type { TokenizeContext } from 'micromark-util-types';
import type { Code } from 'micromark-util-types';
//# sourceMappingURL=factory-name.d.ts.map