kjelsrud.dev/node_modules/yaml/dist/schema/yaml-1.1/bool.d.ts
sindrekjelsrud bb41712ce4 add TailwindCSS
+ a lot of node_modules?? unsure what happened
2023-07-20 20:28:44 +02:00

7 lines
177 B
TypeScript

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