UNPKG

d2-ui

Version:
6 lines (5 loc) 104 B
export default function(map) { var keys = []; for (var key in map) keys.push(key); return keys; }