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

4 lines
46 B
TypeScript

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