Remove type Func

This commit is contained in:
RMidhunSuresh 2021-11-17 19:41:03 +05:30
parent a14a8c3a07
commit 048547828d

View file

@ -14,7 +14,6 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
type Func = () => void;
export interface IDisposable {
dispose(): void;
}