right now this will work: ```ts jpex.resolve<NodeModule<'fs', typeof fs>>; ``` but this won't: ```ts type Fs = NodeModule<'fs', typeof fs>; jpex.resolve<Fs>(); ``` As this is quite a verbose syntax, it'd be nice if you could assign it to another type first