@arted/utils

0.0.131 • Public • Published

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');
}

Readme

Keywords

Package Sidebar

Install

npm i @arted/utils

Weekly Downloads

6

Version

0.0.131

License

ISC

Unpacked Size

49.5 kB

Total Files

34

Last publish

Collaborators

  • edonet