dsherret / ts-nameof

nameof in TypeScript
MIT License
493 stars 23 forks source link

Support big int literals #79

Open dsherret opened 5 years ago

dsherret commented 5 years ago
nameof(15n);
// goes to
"15n"

Kind of useless, but it should be supported.