astro-ghostcms/.pnpm-store/v3/files/cc/2020b920e2c2f59a7345a4dbda8...

12 lines
359 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
export class DefinedInfo extends Info {
/**
* @constructor
* @param {string} property
* @param {string} attribute
* @param {number|null} [mask]
* @param {string} [space]
*/
constructor(property: string, attribute: string, mask?: number | null | undefined, space?: string | undefined);
}
import { Info } from './info.js';