@inrupt/solid-client
    Preparing search index...

    Variable removeDecimalConst

    removeDecimal: RemoveOfType<number> = ...

    Create a new Thing with the given decimal removed for the given Property.

    The original thing is not modified; this function returns a cloned Thing with updated values.

    Thing to remove a decimal value from.

    Property for which to remove the given decimal value.

    Decimal to remove from thing for the given property.

    A new Thing equal to the input Thing with the given value removed for the given Property.