/** * function utils * @author yoyoyohamapi * @ignore created 2018-08-13 15:32:55 */ /** * noop */ export function noop(...args): any { // empty }