UNPKG

arkit

Version:

Visualises JavaScript, TypeScript and Flow codebases as meaningful and committable architecture diagrams

9 lines (7 loc) 171 B
export function objUtil({ type, id }) { return [id, type]; } export function arrUtil([a, b]) { const type: import('./models/model').Type = { a, b }; return type; }