@types/ignore-styles
TypeScript icon, indicating that this package has built-in type declarations

5.0.3 • Public • Published

Installation

npm install --save @types/ignore-styles

Summary

This package contains type definitions for ignore-styles (https://github.com/bkonkle/ignore-styles).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ignore-styles.

index.d.ts

/// <reference types='node' />

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

export const DEFAULT_EXTENSIONS: string[];

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

export function noOp(): void;

export function restore(): void;

export default function register(
    extensions?: string[],
    handler?: Handler,
): void;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: @types/node

Credits

These definitions were written by Taiju Muto.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/ignore-styles

Weekly Downloads

4,581

Version

5.0.3

License

MIT

Unpacked Size

3.35 kB

Total Files

5

Last publish

Collaborators

  • types