dsherret / ts-nameof

nameof in TypeScript
MIT License
492 stars 23 forks source link

Add nameof.split<MyNamespace.Other.MyInterface>() #90

Open dsherret opened 4 years ago

dsherret commented 4 years ago

Not very useful, but this completes the feature (expands on #21).

Signature:

function split<T>(periodIndex?: number): string[];

cc @cecilyth