Hacker News new | ask | show | jobs
by Tarean 3441 days ago
It is basically a hack to export the type but not the type constructor. It stops people from doing things like

    let new_socket = OpenSocket { port: 12 };