@arted/utils
v0.0.131
Published
utils for nodejs
Readme
Utils
Utils for Javascript/Nodejs
Installation
npm
$ npm install @arted/utilsor yarn
$ yarn add @arted/utilsUsage
const fs = '@arted/utils/fs';
// 获取文件状态
async function getStats() {
return await fs.stat('path/to/file.json');
}