forked from sashin/sashinexists
5 lines
65 B
JavaScript
5 lines
65 B
JavaScript
/* MAIN */
|
|
const noop = () => { };
|
|
/* EXPORT */
|
|
export { noop };
|