null.d.ts 111 Bytes Raw Blame History Permalink 1 2 3 4 import type { ScalarTag } from '../types.js'; export declare const nullTag: ScalarTag & { test: RegExp; };