Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 49f511b

Browse files
committed
delint
1 parent 32cca05 commit 49f511b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/objects.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
import { arrayDiff, arrayHasDiff, arrayMerge, arrayUnion } from "./arrays";
17+
import { arrayDiff, arrayMerge, arrayUnion } from "./arrays";
1818

1919
type ObjectExcluding<O extends {}, P extends (keyof O)[]> = {[k in Exclude<keyof O, P[number]>]: O[k]};
2020

0 commit comments

Comments
 (0)