Appearance
获取执行该方法时所在的目录
import { useGetCurrentPath } from '@flypeng/tool/node'; const curPath = useGetCurrentPath();
/** * 获取执行该方法时所在的目录 * @returns */ declare const useGetCurrentPath: () => string;