UNPKG
create-lbgcli
Version:
latest (1.0.2)
1.0.2
前端脚手架模板
create-lbgcli
/
template-pc
/
node_modules
/
@nodelib
/
fs.scandir
/
out
/
utils
/
fs.d.ts
3 lines
(2 loc)
•
130 B
TypeScript
View Raw
1
2
3
import
type
{
Dirent
,
Stats
}
from
'../types'
;
export
declare
function
createDirentFromStats
(
name
:
string
,
stats
:
Stats
):
Dirent
;