Skip to content

noop

Size
0.06 kb
View source

A function that does nothing.

import { noop } from 'crustack/utils'
function on(listener: Function = noop) {
// ...
}