mirror of
https://github.com/deployphp/action.git
synced 2025-01-31 17:57:38 +00:00
4 lines
111 B
TypeScript
4 lines
111 B
TypeScript
import type { ScalarTag } from '../types.js';
|
|
export declare const nullTag: ScalarTag & {
|
|
test: RegExp;
|
|
};
|