ohctechv3/.svn/pristine/5d/5dece5aea8499098a9d3a14d68368dd59988e02f.svn-base
2024-10-28 15:03:36 +05:30

5 lines
111 B
Plaintext

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