Stone.js API
    Preparing search index...
    • Returns a copy of an object without the given keys.

      Type Parameters

      Parameters

      • object: T

        The source object.

      • keys: string[]

        The keys to drop.

      Returns Partial<T>

      A new object without those keys.