New:Socket for Asana Is Now Available.Learn more
Get Started

@eggjs/loader-fs

Package Overview
Dependencies
Maintainers
9
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eggjs/loader-fs

Loader-facing filesystem abstraction for Egg

npmnpm
Version
1.0.0-beta.13
Version published
Maintainers
9
Created
Source

@eggjs/loader-fs

Loader-facing filesystem abstraction for Egg loaders and bundled runtimes.

Usage

import { RealLoaderFS, type LoaderFS } from '@eggjs/loader-fs';

const loaderFS: LoaderFS = new RealLoaderFS();

LoaderFS intentionally covers only the operations required by loader code: exists, stat, realpath, readJSON, glob, and loadFile.

Keywords

egg

FAQs

Package last updated on 24 Jun 2026

Related posts