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 EaCAzureBlobStorageDistributedFileSystemDetails

Represents details for an Azure Blob Storage-backed Distributed File System (DFS) in Everything as Code (EaC).

This type extends EaCDistributedFileSystemDetails with Azure Blob Storage-specific properties.

Definition

{ ConnectionString: string; Container: string; FileRoot?: string; } & EaCDistributedFileSystemDetails<"AzureBlobStorage">

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 EaCAzureBlobStorageDistributedFileSystemDetails } from "@fathym/eac/dfs";
or

Import directly with a jsr specifier

import { type EaCAzureBlobStorageDistributedFileSystemDetails } 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 EaCAzureBlobStorageDistributedFileSystemDetails } 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 EaCAzureBlobStorageDistributedFileSystemDetails } from "@fathym/eac/dfs";

Add Package

vlt install jsr:@fathym/eac

Import symbol

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

Add Package

npx jsr add @fathym/eac

Import symbol

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

Add Package

bunx jsr add @fathym/eac

Import symbol

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