@oazmi/kitchensink - v0.9.13
    Preparing search index...

    Variable object_getOwnPropertySymbolsConst

    object_getOwnPropertySymbols: (o: any) => symbol[] = ...

    alias for Object.getOwnPropertySymbols.

    Type declaration

      • (o: any): symbol[]
      • Returns an array of all symbol properties found directly on object o.

        Parameters

        • o: any

          Object to retrieve the symbols from.

        Returns symbol[]