mirror of
https://github.com/zebrajr/react.git
synced 2025-12-07 00:20:28 +01:00
9 lines
106 B
JavaScript
9 lines
106 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
getHasteName() {
|
|
// We never want Haste.
|
|
return null;
|
|
},
|
|
};
|