Remove definition of micromatch which was removed. (#8988)
This commit is contained in:
parent
b706e34fc8
commit
756ded4d64
@ -2,12 +2,6 @@
|
|||||||
* Basic declarations for the npm modules we use.
|
* Basic declarations for the npm modules we use.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare module "micromatch" {
|
|
||||||
declare module.exports: {
|
|
||||||
(Array<string>, Array<string>, ?{ nocase: boolean }): Array<string>,
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
declare module "resolve" {
|
declare module "resolve" {
|
||||||
declare export default {
|
declare export default {
|
||||||
sync: (string, {| basedir: string |}) => string;
|
sync: (string, {| basedir: string |}) => string;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user