UNPKG

@dual-bundle/import-meta-resolve

Version:

A fork of `import-meta-resolve` with commonjs + ESM support at the same time, AKA dual package.

6 lines (5 loc) 155 B
/** * @param {Array<string>} [conditions] * @returns {Set<string>} */ export function getConditionsSet(conditions?: string[] | undefined): Set<string>;