astro-ghostcms/.pnpm-store/v3/files/6c/5a989a028b421f0f321f4720633...

24 lines
577 B
Plaintext

export class Info {
/**
* @constructor
* @param {string} property
* @param {string} attribute
*/
constructor(property: string, attribute: string);
/** @type {string} */
property: string;
/** @type {string} */
attribute: string;
/** @type {string|null} */
space: string | null;
boolean: boolean;
booleanish: boolean;
overloadedBoolean: boolean;
number: boolean;
commaSeparated: boolean;
spaceSeparated: boolean;
commaOrSpaceSeparated: boolean;
mustUseProperty: boolean;
defined: boolean;
}