UNPKG

@benev/slate

Version:
5 lines (2 loc) 100 B
export const make_map = <K, V>() => new Map<K, V>() export const make_set = <X>() => new Set<X>()