0.0.6 • Published 2 years ago

@node-utils-lin/fs v0.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

node的fs模块的封装

Usage

const {rmdirSync} = require('@node-utils-lin/fs');
rmdirSync("/a/b/c/d")
  .then((res) => {
    console.log("删除成功");
  })
  .catch((err) => {
    console.log(err);
    console.log("删除失败");
  });
// TODO: DEMONSTRATE API
0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago