feat: use go tool
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @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
|
||||
Reference in New Issue
Block a user