2 lines
78 B
JavaScript
2 lines
78 B
JavaScript
|
|
const getPromiseValue = () => 'Promise{…}';
|
||
|
|
export default getPromiseValue;
|