isSet.d.ts 118 B

12
  1. /** Returns whether the payload is a Set */
  2. export declare function isSet(payload: unknown): payload is Set<unknown>;