UNPKG
@mometa/materials-resolver
Version:
latest (0.0.33)
0.0.33
0.0.32
0.0.31
0.0.30
0.0.29
0.0.28
0.0.27
0.0.25
0.0.24
0.0.23
0.0.22
0.0.21
0.0.20
0.0.0
Resolve materials config
github.com/imcuttle/mometa
imcuttle/mometa
@mometa/materials-resolver
/
types
/
plugins
/
materials.d.ts
3 lines
(2 loc)
•
160 B
TypeScript
View Raw
1
2
3
import
type
{
Material
}
from
'@mometa/materials-generator'
;
export
declare
function
materials
(
findDirs
:
string
[] |
string
,
cwd
?:
string
):
Promise
<
Material
[]>;