interface function javascript code example Example: interface function interface SearchFunc { (source: string, subString: string): boolean; }