Appearance
使用 lodash-es 的工具函数
lodash-es
import { useLodash } from '@flypeng/tool/browser'; const { isArray, cloneDeepWith } = useLodash();
/** * 使用lodash * @returns */ declare function useLodash(): typeof _;