UNPKG

symmetric-difference-strings

Version:
1 lines 80 B
export default function symmetricDifference(a: string[], b: string[]): string[];