Files
bot-france-travail/node_modules/yaml/dist/schema/common/null.d.ts
T

5 lines
111 B
TypeScript
Raw Normal View History

2024-11-04 15:41:47 +01:00
import type { ScalarTag } from '../types.js';
export declare const nullTag: ScalarTag & {
test: RegExp;
};