2
0
Fork 0
mirror of https://github.com/deployphp/action.git synced 2025-04-11 07:22:33 +00:00
deployphp/node_modules/yaml/dist/schema/common/null.d.ts
2023-01-10 16:49:41 +01:00

4 lines
111 B
TypeScript

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