astro-ghostcms/.pnpm-store/v3/files/07/5722af06f519e676163b689c934...

8 lines
177 B
Plaintext

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