dsherret / ts-nameof

nameof in TypeScript
MIT License
492 stars 23 forks source link

Support big int literals #79

Open dsherret opened 4 years ago

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

Kind of useless, but it should be supported.