• Preparing search index...
  • The search index is not available
@osn/sudobot
  • @osn/sudobot
  • framework/typescript/utils/objects
  • omit

Function omit

  • omit<T extends object, K extends string | number | symbol>(
        obj: T,
        keys: K[],
    ): Omit<T, K>

    Type Parameters

    • T extends object
    • K extends string | number | symbol

    Parameters

    • obj: T
    • keys: K[]

    Returns Omit<T, K>

    • Defined in src/framework/typescript/utils/objects.ts:22

Settings

Member Visibility
@osn/sudobot
  • Loading...

Generated using TypeDoc