4 lines
92 B
TypeScript
4 lines
92 B
TypeScript
export const SEARCH_RESULTS_TO_SHOW = 10;
|
|
|
|
export const SUMMARY_MIN_PARAGRAPH_LENGTH = 150;
|