UNPKG

@corti/dictation-web

Version:
8 lines 241 B
export const commaSeparatedConverter = { fromAttribute: (value) => value ?.split(",") .map((s) => s.trim()) .filter(Boolean), toAttribute: (value) => value?.join(","), }; //# sourceMappingURL=converters.js.map