6 lines
114 B
JavaScript
6 lines
114 B
JavaScript
export const SIDES = {
|
|
full: 'full',
|
|
left: 'left',
|
|
right: 'right',
|
|
};
|
|
export const MAX_COMMIT_COUNT = 1000;
|