UNPKG

@jsverse/transloco-keys-manager

Version:

Extract translatable keys from projects that uses Transloco

7 lines 236 B
import { isUndefined } from './validators.utils.js'; export function coerceArray(value) { if (isUndefined(value)) return []; return (Array.isArray(value) ? value : [value]); } //# sourceMappingURL=collection.utils.js.map