summaryrefslogtreecommitdiff
path: root/MistyCore/node_modules/yaml/dist/schema/common/null.d.ts
blob: 66abea5a665ee40767c19ef0f08c3385e3c2d7d9 (plain)
1
2
3
4
import type { ScalarTag } from '../types.js';
export declare const nullTag: ScalarTag & {
    test: RegExp;
};