This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { Container, inject, injectable } from "inversify"; | |
import "reflect-metadata"; | |
class Media { | |
constructor(readonly name: string) {} | |
} | |
interface IFetcher { | |
fetch(): Array<Media>; | |
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
04f4975b55b0d2a66affb413cb16ee339676a5abb949d45e7d2e647676c1ac4bd54295a1633fb284a8aa6e2a2ac6f35b0f3da5d97876ff0bc110ebcb7f3e07390f |