5 lines
44 B
TypeScript
Raw Normal View History

@global
2017-12-16 17:54:53 +01:00
export class Map<K,V> {
// TODO
}