UNPKG

555 BSource Map (JSON)View Raw
1{"version":3,"sources":["../../src/Token.ts"],"names":[],"mappings":";;AAAA;;;GAGG;AACH;IAEI;;OAEG;IACH,eAAmB,IAAa;QAAb,SAAI,GAAJ,IAAI,CAAS;IAChC,CAAC;IAEL,YAAC;AAAD,CARA,AAQC,IAAA;AARY,sBAAK","file":"Token.js","sourcesContent":["/**\n * Used to create unique typed service identifier.\n * Useful when service has only interface, but don't have a class.\n */\nexport class Token<T> {\n\n /**\n * @param name Token name, optional and only used for debugging purposes.\n */\n constructor(public name?: string) {\n }\n\n}"],"sourceRoot":"."}
\No newline at end of file