/** * @since 1.0.0 */ import type { WatchBackend } from "@effect/platform/FileSystem" import type { Layer } from "effect/Layer" import * as internal from "../internal/fileSystem/parcelWatcher.js" /** * You can provide this Layer to use `@parcel/watcher` as the backend for watching files. * * @since 1.0.0 * @category layer */ export const layer: Layer = internal.layer