UNPKG

@intlayer/core

Version:

Includes core Intlayer functions like translation, dictionary, and utility functions shared across multiple packages.

12 lines 296 B
import { formatNodeType, NodeType } from "../../types/index.mjs"; const file = (path) => { throw new Error("file is not available in browser"); return formatNodeType(NodeType.File, path, { content: "", fixedPath: "" }); }; export { file }; //# sourceMappingURL=fileBrowser.mjs.map