• A function that takes zero arguments and returns undefined.

    Returns void

    Example

    noop()
    // => undefined

Generated using TypeDoc