Retrospring/app/javascript/retrospring/utilities/noop.ts

4 lines
47 B
TypeScript

export default (): void => {
// do nothing
}