4 lines
79 B
JavaScript
Executable File
4 lines
79 B
JavaScript
Executable File
module.exports = () => {
|
|
throw new Error('Method is not supported');
|
|
};
|