• Picks keys from an object. Returns a new object containing only the given keys.

    Parameters

    • obj: Record<string, unknown> = {}
    • Rest ...keys: string[]

    Returns Partial<typeof obj>

Generated using TypeDoc