mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-10 03:18:14 +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
|