variable InputUnreadable One of the configured test inputs could not be globbed, stat'd or walked. import { InputUnreadable } from './fs-tree.ts'; InputUnreadable({ input: 'test/**' }).message; // "could not read test input test/**" Type Failure.FailureFactory<"InputUnreadable", { input: string; }>