chore: remove isNaN util, re-organize validate utils (#8473)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { get, isFunction } from '../base';
|
||||
import { get } from '../base';
|
||||
import { camelize } from '../format/string';
|
||||
import { isFunction } from '../validate';
|
||||
import locale from '../../locale';
|
||||
|
||||
export function createTranslate(name: string) {
|
||||
|
||||
Reference in New Issue
Block a user