UNPKG

gnablib

Version:

A lean, zero dependency library to provide a useful base for your project.

8 lines (7 loc) 218 B
/*! Copyright 2023-2024 the gnablib contributors MPL-1.1 */ import type { WindowStr } from "../WindowStr.js"; export interface IMatchDetail { name?: string; value: WindowStr; components?: IMatchDetail[]; }