/* eslint-disable @typescript-eslint/no-empty-function */ // 无操作函数 export const NOOP = (): void => {};