FSTB用户指南 FSTB代表FileSystem ToolBox。 该库旨在简化与Node.js中文件系统的交互 安装 对于安装FSTB: npm install fstb --save 用法 import { FSPath } from '../src' ; FSPath ( process . cwd ( ) ) . node_modules ( ) . asDir ( ) . mapDirs ( dir => console . log ( dir . name ) )