CustomParsertype CustomParser<T> = (filepath: string) => Awaitable<T | undefined>;§Type Parameters§T[src]§Type§(filepath: string) => Awaitable<T | undefined>[src]