© 2026 Hedgehog Software, LLC
const c = pipe(Effect.succeed("path"), Effect.promise((p) => glob(p))); Effect.runPromise(c).then(console.log);