Type alias FrontendFsOptions

FrontendFsOptions: {
    inject: {
        pathUtils: PathUtils;
    };
}

The options to construct a FrontendFs.

Type declaration

  • inject: {
        pathUtils: PathUtils;
    }

    A dictionary with the dependencies to inject.

    • pathUtils: PathUtils

Generated using TypeDoc