Daniel Yu

Results 4 issues of Daniel Yu

请问怎么修改字体以及代码块的样式?

If applied, this commit will add the package `fs/mkdir` ## Description > What is the purpose of this pull request? This pull request adds the package `fs/mkdir` for creating a...

### Description This RFC proposes adding the package `@stdlib/fs/mkdir` for creating a directory asynchronously and synchronously. Package: `@stdlib/fs/mkdir` ```javascript var mkdir = require( '@stdlib/fs/mkdir' ); var mkdirSync = require( '@stdlib/fs/mkdir'...

RFC
Feature
difficulty: 3
Utilities
Accepted
priority: Normal
JavaScript

### Description This RFC proposes adding the package `@stdlib/fs/stat` for inspecting details of files asynchronously and synchronously. ```javascript var stat = require( '@stdlib/fs/stat' ); var statSync = require( '@stdlib/fs/stat' ).sync;...