first commit
This commit is contained in:
9
node_modules/eslint-plugin-react/lib/util/message.d.ts
generated
vendored
Normal file
9
node_modules/eslint-plugin-react/lib/util/message.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
declare function _exports(messageId: any, message: any): {
|
||||
messageId: any;
|
||||
message?: undefined;
|
||||
} | {
|
||||
message: any;
|
||||
messageId?: undefined;
|
||||
};
|
||||
export = _exports;
|
||||
//# sourceMappingURL=message.d.ts.map
|
||||
Reference in New Issue
Block a user