L__nominal<T>

An internal helper function that lets you grab a hold of the stable, canonical name of a type reference. This is not really meant to be used for application level code, but it can be helpful when understanding.

// src/bar.ts
interface ILogger {}
L__nominal<ILogger>() // --> import("src/bar").ILogger

L_path()

...

L__preval

...