Hello, I'd like to leverage this in an _Angular 8 TypeScript_ context. It is possible to import the operator like this? ```TypeScript import { nameof } from '@ts-nameof'; ``` Or what am I missing there? Thanks...