1.0.2 • Published 9 years ago

edonet-utils v1.0.2

Weekly downloads
5
License
ISC
Repository
github
Last release
9 years ago

Utils

Utils for Javascript/Nodejs

Installation

npm

$ npm install @arted/utils

or yarn

$ yarn add @arted/utils

Usage

const fs = '@arted/utils/fs';

// 获取文件状态
async function getStats() {
    return await fs.stat('path/to/file.json');
}
1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago