// This isn't included in the official types, but is almost always true (i.e. everywhere in IE)
interface Function {
    readonly name: string;
}