UNPKG

125 BTypeScriptView Raw
1export declare function arrayDiff(oldValues: string[], newValues: string[]): {
2 adds: string[];
3 deletes: string[];
4};