UNPKG
@file-services/utils
Version:
latest (10.0.1)
10.0.1
10.0.0
9.4.1
9.4.0
9.3.1
9.3.0
9.2.1
9.2.0
9.1.0
9.0.0
8.3.3
8.3.2
8.3.1
8.3.0
8.2.0
8.1.3
8.1.2
8.1.1
8.1.0
8.0.1
8.0.0
7.4.0
7.3.0
7.2.5
7.2.4
7.2.3
7.2.2
7.2.0
7.0.1
7.0.0
6.0.0
5.7.1
5.7.0
5.4.0
5.3.1
5.3.0
5.2.1
5.2.0
5.0.0
4.1.0
4.0.0
3.1.1
3.1.0
3.0.0
2.2.0
2.1.0
2.0.1
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.4.11
0.4.10
0.4.9
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
Common file system utility functions.
github.com/wixplosives/file-services
wixplosives/file-services
@file-services/utils
/
dist
/
sync-to-async-fs.d.ts
3 lines
•
223 B
TypeScript
View Raw
1
2
3
import
type
{
IBaseFileSystemAsync
,
IBaseFileSystemSync
}
from
"@file-services/types"
;
export
declare
function
syncToAsyncFs
(
syncFs
:
IBaseFileSystemSync
):
IBaseFileSystemAsync
;
//# sourceMappingURL=sync-to-async-fs.d.ts.map