@types/ignore-styles

  • Version 5.0.3
  • Published
  • 3.35 kB
  • 1 dependency
  • MIT license

Install

npm i @types/ignore-styles
yarn add @types/ignore-styles
pnpm add @types/ignore-styles

Overview

TypeScript definitions for ignore-styles

Index

Variables

variable DEFAULT_EXTENSIONS

const DEFAULT_EXTENSIONS: string[];

    variable oldHandlers

    let oldHandlers: { [ext: string]: Handler };

      Functions

      function noOp

      noOp: () => void;

        function register

        register: (extensions?: string[], handler?: Handler) => void;

          function restore

          restore: () => void;

            Type Aliases

            type Handler

            type Handler = (m: NodeModule, filename: string) => any;

              Package Files (1)

              Dependencies (1)

              Dev Dependencies (0)

              No dev dependencies.

              Peer Dependencies (0)

              No peer dependencies.

              Badge

              To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

              You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@types/ignore-styles.

              • Markdown
                [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/@types/ignore-styles)
              • HTML
                <a href="https://www.jsdocs.io/package/@types/ignore-styles"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>