A Neovim plugin that converts C# DTO to TypeScript DTOs. The signature is:
require("FromC#ToTypeScript").convertDto(<register>)
It takes optionally the register(by default it uses "" ) to get(the code to covert) and store the converted result
use { "Wordluc/FromC-ToTypeScript", branch = "master" }