UNPKG

alisa.db

Version:

A powerful and customizable local JSON database module for Node.js projects with event system, caching, and full TypeScript support.

15 lines (11 loc) 213 B
export default { missingInput: 1, zeroNumber: 2, negativeNumber: 3, invalidInput: 4, invalidCommand: 5, notArray: 6, notNumber: 7, exists: 9, systemError: 10 }