UNPKG

peanut-stash

Version:

Collaborative command line cloud Stash, Share, Copy & Paste tool.

9 lines (4 loc) 153 B
// shared constants export const MAX_ITEMS_PER_PAGE = 10; export const MAX_PEANUT_TEXT_LENGTH = 1024; export const MAX_PEANUT_NOTE_LENGTH = 512;