astro-ghostcms/.pnpm-store/v3/files/e0/e42c020111affbbf8fe3180e81d...

5 lines
111 B
Plaintext
Raw Permalink Normal View History

2024-02-14 14:10:47 +00:00
import type { ScalarTag } from '../types.js';
export declare const nullTag: ScalarTag & {
test: RegExp;
};