UNPKG

javascript-obfuscator

Version:
4 lines (3 loc) 82 B
export interface ISetUtils { getLastElement<T>(set: Set<T>): T | undefined; }