UNPKG

@tuniao/tnui-vue3-uniapp

Version:
5 lines (4 loc) 84 B
export function addSetEntry(set: any, value: any) { set.add(value) return set }