jimpex
    Preparing search index...

    Type Alias SendFileGeneratorOptions

    The options to create a SendFile function.

    type SendFileGeneratorOptions = {
        inject: { pathUtils: PathUtils };
    }
    Index

    Properties

    Properties

    inject: { pathUtils: PathUtils }

    A dictionary with the dependencies to inject.