noop
Size
0.06 kb
A function that does nothing.
import { noop } from 'crustack/utils'
function on(listener: Function = noop) { // ...}
A function that does nothing.
import { noop } from 'crustack/utils'
function on(listener: Function = noop) { // ...}