UNPKG

abyjs.db

Version:

abyjs.db - A Database with Speed and Optimization.

13 lines 269 B
/** * Stores all the regexes used by the database. * @type {object} * @name Regexes */ module.exports = { /** * Regex that verifies whether the file name is valid (tables) * @type {regexp} * @property */ TABLES_PATTERN: /[\/\.]/g }