RunKit + npm: knex

node v8.17.0
endpointsharetweet
_ = require('lodash'); console.log([ '\[' === '[', _.isEqual( `"''"`.match(/[\0\b\t\n\r\x1a\"\'\\]/g), `"''"`.match(/[\0\b\t\n\r\x1a"'\\]/g) ), _.isEqual( `+10`.match(/([\+\-\s])(\d\d):?(\d\d)?/), `+10`.match(/([+\-\s])(\d\d):?(\d\d)?/) ), _.isEqual( `-10:`.match(/([\+\-\s])(\d\d):?(\d\d)?/), `-10:`.match(/([+\-\s])(\d\d):?(\d\d)?/) ), ])
Created from: https://npm.runkit.com/knex
Loading…