mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-20 08:52:59 +00:00
8 lines
177 B
TypeScript
8 lines
177 B
TypeScript
import type { ScalarTag } from '../types.js';
|
|
export declare const trueTag: ScalarTag & {
|
|
test: RegExp;
|
|
};
|
|
export declare const falseTag: ScalarTag & {
|
|
test: RegExp;
|
|
};
|