oni/main
toastal f4014abea8 Use `.some` to short circuit & native `.includes` (#2697)
`Array.prototype.some` short-circuits when a value is true which is better for performance and makes the intention more clear. Native `String.prototype.includes` is easier to read.

Now reading it as English, "if some argument includes 'verbose'"...
2019-01-03 18:24:09 +02:00
..
src Use `.some` to short circuit & native `.includes` (#2697) 2019-01-03 18:24:09 +02:00
test Cross Oni Movement (#1747) 2018-03-16 15:30:03 +00:00
tsconfig.json Run prettier over markdown / json files (#1395) 2018-01-29 19:56:24 -08:00
tsconfig.test.json Cross Oni Movement (#1747) 2018-03-16 15:30:03 +00:00