/**
* Minimal character length in the input
* @type {number}
*/
export const MIN_LENGTH = 3;
/**
* Maximal character length in the input
* @type {number}
*/
export const MAX_LENGTH = 750;
/**
* Minimal character length in the input
* @type {number}
*/
export const MIN_LENGTH = 3;
/**
* Maximal character length in the input
* @type {number}
*/
export const MAX_LENGTH = 750;