UNPKG
abyjs.db
Version:
latest (3.3.3)
3.3.3
2.2.2
2.1.1
2.0.1
abyjs.db - A Database with Speed and Optimization.
abyjs.db
/
src
/
utils
/
Regexes.js
13 lines
•
269 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** * 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 }