UNPKG
@btfuse/filesystem
Version:
latest (0.1.0)
0.1.0
Filesystem plugin for the Fuse framework
github.com/btfuse/fuse-filesystem
btfuse/fuse-filesystem
@btfuse/filesystem
/
lib
/
FusePath.d.ts
5 lines
(4 loc)
•
123 B
TypeScript
View Raw
1
2
3
4
5
export declare
class
FusePath
{
private
constructor
()
;
static
resolve
(
base
:
string
, ...parts:
string
[]
):
string
; }