mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
12 lines
219 B
JavaScript
12 lines
219 B
JavaScript
declare module 'array-from' {
|
|
declare module.exports: any;
|
|
}
|
|
|
|
declare module 'string.prototype.includes' {
|
|
declare module.exports: any;
|
|
}
|
|
|
|
declare module 'string.prototype.repeat' {
|
|
declare module.exports: any;
|
|
}
|