Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/@types/glob/index.d.ts

    r59329aa re29cc2e  
    1 // Type definitions for Glob 7.1
     1// Type definitions for Glob 7.2
    22// Project: https://github.com/isaacs/node-glob
    33// Definitions by: vvakame <https://github.com/vvakame>
     
    1111import events = require("events");
    1212import minimatch = require("minimatch");
     13import fs = require("fs");
    1314
    1415declare function G(pattern: string, cb: (err: Error | null, matches: string[]) => void): G.IGlob;
     
    5657        nocomment?: boolean | undefined;
    5758        absolute?: boolean | undefined;
     59        fs?: typeof fs;
    5860    }
    5961
Note: See TracChangeset for help on using the changeset viewer.