@types/graceful-fs
TypeScript definitions for graceful-fs
Last updated a year ago by types .
MIT · Repository · Original npm · Tarball · package.json
$ gnpm install @types/graceful-fs 
SYNC missed versions from official npm registry.

Installation

npm install --save @types/graceful-fs

Summary

This package contains type definitions for graceful-fs (https://github.com/isaacs/node-graceful-fs).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/graceful-fs.

index.d.ts

// Type definitions for graceful-fs 4.1
// Project: https://github.com/isaacs/node-graceful-fs
// Definitions by: Bart van der Schoor <https://github.com/Bartvds>
//                 BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/// <reference types="node" />

export * from "fs";

/**
 * Use this method to patch the global fs module (or any other fs-like module).
 * NOTE: This should only ever be done at the top-level application layer, in order to delay on
 * EMFILE errors from any fs-using dependencies. You should **not** do this in a library, because
 * it can cause unexpected delays in other parts of the program.
 * @param fsModule The reference to the fs module or an fs-like module.
 */
export function gracefulify<T>(fsModule: T): T;

Additional Details

  • Last updated: Wed, 20 Sep 2023 17:08:03 GMT
  • Dependencies: @types/node
  • Global values: none

Credits

These definitions were written by Bart van der Schoor, and BendingBender.

Current Tags

  • 4.1.7                                ...           latest (a year ago)
  • 4.1.1                                ...           ts2.0 (7 years ago)
  • 4.1.1                                ...           ts2.1 (7 years ago)
  • 4.1.3                                ...           ts2.2 (6 years ago)
  • 4.1.3                                ...           ts2.3 (6 years ago)
  • 4.1.3                                ...           ts2.4 (6 years ago)
  • 4.1.3                                ...           ts2.5 (6 years ago)
  • 4.1.3                                ...           ts2.6 (6 years ago)
  • 4.1.3                                ...           ts2.7 (6 years ago)
  • 4.1.3                                ...           ts2.8 (6 years ago)
  • 4.1.3                                ...           ts2.9 (6 years ago)
  • 4.1.3                                ...           ts3.0 (6 years ago)
  • 4.1.3                                ...           ts3.1 (6 years ago)
  • 4.1.4                                ...           ts3.2 (4 years ago)
  • 4.1.4                                ...           ts3.3 (4 years ago)
  • 4.1.4                                ...           ts3.4 (4 years ago)
  • 4.1.4                                ...           ts3.5 (4 years ago)
  • 4.1.4                                ...           ts3.6 (4 years ago)
  • 4.1.4                                ...           ts3.7 (4 years ago)
  • 4.1.4                                ...           ts3.8 (4 years ago)
  • 4.1.5                                ...           ts3.9 (4 years ago)
  • 4.1.5                                ...           ts4.0 (4 years ago)
  • 4.1.5                                ...           ts4.1 (4 years ago)
  • 4.1.6                                ...           ts4.2 (2 years ago)
  • 4.1.6                                ...           ts4.3 (2 years ago)
  • 4.1.6                                ...           ts4.4 (2 years ago)
  • 4.1.7                                ...           ts4.5 (a year ago)
  • 4.1.7                                ...           ts4.6 (a year ago)
  • 4.1.7                                ...           ts4.7 (a year ago)
  • 4.1.7                                ...           ts4.8 (a year ago)
  • 4.1.7                                ...           ts4.9 (a year ago)
  • 4.1.7                                ...           ts5.0 (a year ago)
  • 4.1.7                                ...           ts5.1 (a year ago)
  • 4.1.7                                ...           ts5.2 (a year ago)
  • 4.1.7                                ...           ts5.3 (a year ago)

21 Versions

  • 4.1.7                                ...           a year ago
  • 4.1.6                                ...           2 years ago
  • 4.1.5                                ...           4 years ago
  • 4.1.4                                ...           4 years ago
  • 2.0.31                                ...           4 years ago
  • 4.1.3                                ...           6 years ago
  • 4.1.2                                ...           7 years ago
  • 4.1.1                                ...           7 years ago
  • 4.1.0                                ...           7 years ago
  • 2.0.30                                ...           7 years ago
  • 2.0.29                                ...           8 years ago
  • 2.0.28                                ...           8 years ago
  • 2.0.27-alpha                                ...           8 years ago
  • 2.0.26-alpha                                ...           8 years ago
  • 2.0.25-alpha                                ...           8 years ago
  • 2.0.24-alpha                                ...           8 years ago
  • 2.0.23-alpha                                ...           8 years ago
  • 2.0.22-alpha                                ...           9 years ago
  • 2.0.21-alpha                                ...           9 years ago
  • 2.0.16-alpha                                ...           9 years ago
  • 2.0.15-alpha                                ...           9 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (1)
Dev Dependencies (0)
None
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |