Type alias SendFileGeneratorOptions

SendFileGeneratorOptions: {
    inject: {
        pathUtils: PathUtils;
    };
}

The options to create a SendFile function.

Type declaration

  • inject: {
        pathUtils: PathUtils;
    }

    A dictionary with the dependencies to inject.

    • pathUtils: PathUtils

Generated using TypeDoc