astro-ghostcms/.pnpm-store/v3/files/79/47a72227c942713e7ab5085b422...

12 lines
646 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
"use strict";
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.parseKindModifier = void 0;
function parseKindModifier(kindModifiers) {
return new Set(kindModifiers.split(/,|\s+/g));
}
exports.parseKindModifier = parseKindModifier;
//# sourceMappingURL=modifiers.js.map