Socket
Book a DemoInstallSign in
Socket

@types/11ty__eleventy-plugin-directory-output

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/11ty__eleventy-plugin-directory-output

TypeScript definitions for @11ty/eleventy-plugin-directory-output

ts5.0
ts5.1
ts5.2
ts5.3
ts5.4
ts5.5
ts5.6
ts5.7
ts5.8
ts5.9
ts6.0
latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
0
Created
Source

Installation

npm install --save @types/11ty__eleventy-plugin-directory-output

Summary

This package contains type definitions for @11ty/eleventy-plugin-directory-output (https://www.11ty.dev/docs/plugins/directory-output/).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/11ty__eleventy-plugin-directory-output.

index.d.ts

import type { EleventyConfig } from "11ty.ts";

declare namespace dirOutputPlugin {
    interface Options {
        columns?: {
            filesize?: boolean | undefined;
            benchmark?: boolean | undefined;
        } | undefined;
        warningFileSize?: number | undefined;
    }
}

/**
 * Group and sort Eleventy’s verbose output by directory (and show file size with benchmarks)
 */
declare function dirOutputPlugin(config: EleventyConfig, options: dirOutputPlugin.Options): void;

export = dirOutputPlugin;

Additional Details

  • Last updated: Tue, 26 Nov 2024 16:38:46 GMT
  • Dependencies: 11ty.ts

Credits

These definitions were written by Remco Haszing.

FAQs

Package last updated on 26 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts