KC's Workspace
    Preparing search index...
    • Set.fromKeys() creates a new immutable Set containing the keys from this Collection or JavaScript Object.

      Type Parameters

      • T

      Parameters

      Returns Set<T>

    • Set.fromKeys() creates a new immutable Set containing the keys from this Collection or JavaScript Object.

      Type Parameters

      • T

      Parameters

      Returns Set<T>

    • Set.fromKeys() creates a new immutable Set containing the keys from this Collection or JavaScript Object.

      Parameters

      • obj: { [key: string]: unknown }

      Returns Set<string>