astro-ghostcms/.pnpm-store/v3/files/e6/7c88e56eed546a0546d4e2fa362...

6 lines
155 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
/**
* @param {Array<string>} [conditions]
* @returns {Set<string>}
*/
export function getConditionsSet(conditions?: string[] | undefined): Set<string>;