File size: 233 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 |
export const LICENSE_INFO_MODAL_ID = 'show_license_modal';
/**
* Noop which can be reused (e.g. in equality checks).
* @returns {void}
*/
// eslint-disable-next-line @typescript-eslint/no-empty-function
export function noop() {}
|