Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 335 Bytes

File metadata and controls

23 lines (14 loc) · 335 Bytes

公共包

t-comm 外,plugin-light-shared 是整个工具库中最底层的依赖,业务无需直接引用。

如何使用

安装

pnpm add @plugin-light/shared -D

使用

import { getDeps } from '@plugin-light/shared';

getDeps(__dirname);

更新日志

点此查看