astro-ghostcms/.pnpm-store/v3/files/06/7fcfa595459e30670d5404e7093...

5 lines
111 B
Plaintext

import type { ScalarTag } from '../types.js';
export declare const boolTag: ScalarTag & {
test: RegExp;
};