UNPKG

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