UNPKG

@mometa/materials-resolver

Version:
3 lines (2 loc) 160 B
import type { Material } from '@mometa/materials-generator'; export declare function materials(findDirs: string[] | string, cwd?: string): Promise<Material[]>;