0.2.0 • Published 1 year ago

get-cwd-of-process v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

get-cwd-of-process

This is an npm module for retrieving the CWD of a given process. Works cross-platform. MIT licensed.

Usage

const getCwdOfProcess = require('get-cwd-of-process');
async function Foo() {
  const cwd = await getCwdOfProcess(12345);
  console.log(cwd);
}
0.2.0

1 year ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago