Skip to main content
Home

@fathym/eac@0.2.136
Built and signed on GitHub Actions

This library contains the core types for Fathym's Everything as Code (EaC) framework.

This package works with Deno, BrowsersIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
This package works with Browsers
JSR Score
88%
Published
a week ago (0.2.136)
type alias DistributedFileSystemOptions

Represents options for configuring a Distributed File System (DFS).

This type includes properties for worker behavior.

Properties

Whether to prevent the use of workers in the DFS.

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@fathym/eac

Import symbol

import { type DistributedFileSystemOptions } from "@fathym/eac/dfs";
or

Import directly with a jsr specifier

import { type DistributedFileSystemOptions } from "jsr:@fathym/eac/dfs";

Add Package

pnpm i jsr:@fathym/eac
or (using pnpm 10.8 or older)
pnpm dlx jsr add @fathym/eac

Import symbol

import { type DistributedFileSystemOptions } from "@fathym/eac/dfs";

Add Package

yarn add jsr:@fathym/eac
or (using Yarn 4.8 or older)
yarn dlx jsr add @fathym/eac

Import symbol

import { type DistributedFileSystemOptions } from "@fathym/eac/dfs";

Add Package

vlt install jsr:@fathym/eac

Import symbol

import { type DistributedFileSystemOptions } from "@fathym/eac/dfs";

Add Package

npx jsr add @fathym/eac

Import symbol

import { type DistributedFileSystemOptions } from "@fathym/eac/dfs";

Add Package

bunx jsr add @fathym/eac

Import symbol

import { type DistributedFileSystemOptions } from "@fathym/eac/dfs";