mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Use new strict-export-declare-modifiers lint rule (#15844)
This commit is contained in:
Vendored
+2
-2
@@ -5,9 +5,9 @@
|
||||
|
||||
import * as express from 'express';
|
||||
|
||||
type GenerateMessageMethod = () => string;
|
||||
export type GenerateMessageMethod = () => string;
|
||||
|
||||
interface ErrorConstructor {
|
||||
export interface ErrorConstructor {
|
||||
new (...params: any[]): Error;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user