Skip to content

@tyravel/storage

Filesystem storage and repository for Tyravel

Install

bash
npm install @tyravel/storage

Metadata

FieldValue
Version1.0.1
Sourcepackages/storage
CategoryPlatform services
Node.js>=26

Public exports

From the package entry point (dist/index.d.ts). Deep imports are not supported.

Values

  • LocalDisk
  • StorageManager
  • StorageRepository
  • supportsTemporaryUrls

Types

  • DiskConfig
  • Filesystem
  • LocalDiskConfig
  • StorageConfig
  • StorageDriverFactory
  • TemporaryUrlFilesystem

Guide

See the Storage guide for usage examples.

Released under the MIT License.