mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-09 21:08:16 +08:00
8 lines
286 B
TypeScript
8 lines
286 B
TypeScript
|
export namespace resolver {
|
||
|
let resolveAll: Resolver;
|
||
|
}
|
||
|
export const string: InitialConstruct;
|
||
|
export const text: InitialConstruct;
|
||
|
import type { Resolver } from 'micromark-util-types';
|
||
|
import type { InitialConstruct } from 'micromark-util-types';
|
||
|
//# sourceMappingURL=text.d.ts.map
|