It will be equivalent to:
public compile = (element: JQuery, attrs: angular.IAttributes, transclude: any): DirectivePrePost => { return { pre: ($scope: any, element: JQuery, attrs: angular.IAttributes) => { }, post: ($scope: any, element: JQuery, attrs: angular.IAttributes) => { } }; }
source share