版博士V2.0程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
CPL 9104556504 v2.0.7 报表数据修改 il y a 1 an
..
index.d.ts v2.0.7 报表数据修改 il y a 1 an
index.js v2.0.7 报表数据修改 il y a 1 an
license v2.0.7 报表数据修改 il y a 1 an
package.json v2.0.7 报表数据修改 il y a 1 an
readme.md v2.0.7 报表数据修改 il y a 1 an

readme.md

is-path-cwd Build Status

Check if a path is the current working directory

Install

$ npm install is-path-cwd

Usage

const isPathCwd = require('is-path-cwd');

isPathCwd(process.cwd());
//=> true

isPathCwd('unicorn');
//=> false

License

MIT © Sindre Sorhus