mirror of
https://github.com/chrisnov-it/quantumbotx.git
synced 2026-07-29 03:37:45 +00:00
4 lines
153 B
TypeScript
4 lines
153 B
TypeScript
|
|
/** @type {Construct} */
|
||
|
|
export const codeText: Construct;
|
||
|
|
import type { Construct } from 'micromark-util-types';
|
||
|
|
//# sourceMappingURL=code-text.d.ts.map
|