UNPKG

@types/ignore-styles

Version:
38 lines (26 loc) 1.02 kB
# 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](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ignore-styles/index.d.ts) ````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](https://npmjs.com/package/@types/node) # Credits These definitions were written by [Taiju Muto](https://github.com/tai2).