Sanity Library Reference Docs
    Preparing search index...

    Variable NConst

    N: any

    Creates a dec (decrement) operation with the provided amount.

    The amount to decrement by.

    const decBy1 = dec()
    const decBy10 = dec(10)