/** ***************************************** * Created by edonet@163.com * Created on 2019-12-06 22:43:59 ***************************************** */ 'use strict'; /** ***************************************** * 空函数 ***************************************** */ export function noop(): void { // do nothing; }