UNPKG
@khulnasoft.com/dev-tools
Version:
latest (1.10.0)
1.10.0
1.0.0
KhulnaSoft Visual CMS Devtools
khulnasoft.com
@khulnasoft.com/dev-tools
/
types
/
common
/
path.d.ts
5 lines
(4 loc)
•
131 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
DevToolsPath
}
from
"../types"
;
export
declare
function
createPath
(
opts
: { cwd?: () =>
string
; }
):
DevToolsPath
;