Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/smx/src/modules/infra/file-handler.ts>IFileHandlerFactory

Manage and sync scripts, configs and templates between computers
Latest
type alias IFileHandlerFactory
import { type IFileHandlerFactory } from "https://deno.land/x/smx@v0.6.0/src/modules/infra/file-handler.ts";
definition: ((path: string) => IFileHandler) | ((path: string, type: "file" | "folder") => IFileHandler)