assert

Type:Function
Status:stable
Since:1.0.0
Platform:jsnode
@blackbyte.sugar.shared.utils

Checks a condition and throws an error if the condition is not met

Params

  1. condition*-boolean

    The condition to check

  2. message*-string

    The error message to display if the condition fails

Author