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

2.0.5 • Public • Published

Installation

npm install --save @types/rmfr

Summary

This package contains type definitions for rmfr (https://github.com/shinnn/rmfr#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rmfr.

index.d.ts

import rimraf = require("rimraf");

declare namespace rmfr {
    type Options = rimraf.Options & {
        glob?: rimraf.Options["glob"] | true | undefined;
        disableGlob?: never | undefined;
    };
}
declare function rmfr(path: string, options?: rmfr.Options): Promise<void>;

export = rmfr;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: @types/rimraf

Credits

These definitions were written by Alan Plum.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/rmfr

Weekly Downloads

1,365

Version

2.0.5

License

MIT

Unpacked Size

3.17 kB

Total Files

5

Last publish

Collaborators

  • types