Appearance
判断当前路径是否是文件
import { useIsFile } from '@flypeng/tool/node';
/** * 判断当前路径是否是文件 * @param path * @returns */ declare const useIsFile: (path: string) => boolean;