Comparing version 2.0.3 to 2.0.4
{ | ||
"wio1": "x", | ||
"wio2": "w" | ||
"wio2": "w", | ||
"x": [ | ||
"bla", | ||
"alb" | ||
] | ||
} |
@@ -8,2 +8,3 @@ exports.set = require('./methods/set.js') | ||
exports.has = require('./methods/has.js') | ||
exports.startsWith = require('./methods/startsWith.js') | ||
exports.startsWith = require('./methods/startsWith.js') | ||
exports.arrayHas = require('./methods/arrayHas.js') |
{ | ||
"name": "wio.db", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Gözle okunabilir database modülü.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -32,3 +32,3 @@ #wio.db | ||
let filter = await db.startsWith('wio') //---> return shows data starting with w in data | ||
const arrayHas = await db.arrayHas(message.author.username,'blablabla') // ---> return true or false | ||
@@ -35,0 +35,0 @@ }) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6521
15
123