2.0.5 • Published 6 months ago

@types/rmfr v2.0.5

Weekly downloads
1,069
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for rmfr 2.0
// Project: https://github.com/shinnn/rmfr#readme
// Definitions by: Alan Plum <https://github.com/pluma>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.4

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: Thu, 08 Jul 2021 22:42:06 GMT
  • Dependencies: @types/rimraf
  • Global values: none

Credits

These definitions were written by Alan Plum.

2.0.3

7 months ago

2.0.5

6 months ago

2.0.4

7 months ago

2.0.2

1 year ago

2.0.1

3 years ago

2.0.0

6 years ago