UNPKG

@loadsmart/miranda-wc

Version:

Miranda Web Components component library

2 lines (1 loc) 94 B
export declare function areSetsEqual<T>(setA?: Set<T> | null, setB?: Set<T> | null): boolean;