0
4
JRJose Romero
This line is verifying that the value argument is not empty.
Library: remix
Shortcut: remix.invariant.non-empty
import invariant from "tiny-invariant";
invariant(value.length > 0, "value must not be empty")
0
4
JRJose Romero
This line is verifying that the value argument is not empty.
Library: remix
Shortcut: remix.invariant.non-empty
import invariant from "tiny-invariant";
invariant(value.length > 0, "value must not be empty")