UNPKG
@stdlib/process-cwd
Version:
latest (0.2.3)
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Return the current working directory.
stdlib.io
stdlib-js/process-cwd
@stdlib/process-cwd
/
dist
/
index.js
6 lines
(5 loc)
•
283 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
var
i=
function
(
c,r
){
return
function
(
){
return
r||
c
((r={
exports
:{}}).
exports
,r),r.
exports
}};
var
t=
i
(
function
(
a,e
){
var
s=
require
(
"process"
);
function
u
(
){
return
s.
cwd
()}e.
exports
=u });
var
n=
t
();
module
.
exports
=n;
/**
@license
Apache
-2.0 */
//# sourceMappingURL=index.js.map