UNPKG
@bluelovers/fast-glob
Version:
latest (3.0.4)
3.0.4
3.0.3
3.0.2
old typescript api for fast-glob
github.com/bluelovers/fast-glob-v2-api
bluelovers/fast-glob-v2-api
@bluelovers/fast-glob
/
util.d.ts
5 lines
(4 loc)
•
207 B
TypeScript
View Raw
1
2
3
4
5
/** * Created by user on 2019/6/27. */
export
declare
function
promisify
(
fg:
typeof
import
(
'fast-glob'
) |
typeof
import
(
'./index'
), fn?:
Function
|
typeof
import
(
'bluebird'
)
):
typeof
import
(
'./bluebird'
);