chore: remove isNaN util, re-organize validate utils (#8473)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { isDef } from './base';
|
||||
import { isDef } from './validate';
|
||||
|
||||
export function deepClone<T extends Record<string, any> | null | undefined>(
|
||||
obj: T
|
||||
|
||||
Reference in New Issue
Block a user