Current section

Files

Jump to
spellweaver priv bun node_modules yaml dist schema common null.d.ts
Raw

priv/bun/node_modules/yaml/dist/schema/common/null.d.ts

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