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";