UNPKG
@ka1do/kit
Version:
latest (0.0.3)
0.0.3
Kaido Kit
github.com/kaido-team/kaido-kit
kaido-team/kaido-kit
@ka1do/kit
/
helpers
/
node_modules
/
@nodelib
/
fs.stat
/
out
/
providers
/
sync.d.ts
4 lines
•
178 B
TypeScript
View Raw
1
2
3
4
import
Settings
from
'../settings'
;
import
{
Stats
}
from
'../types'
;
export
declare
function
read
(
path
:
string
,
settings
:
Settings
):
Stats
;
//# sourceMappingURL=sync.d.ts.map