Caller The caller is any code that calls your function or method. For example: function fn1(input: any): void { // .... } // this is the caller fn1("hello world!");