UNPKG
minusnon
Version:
latest (1.4.0)
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
Calculates similarity between two strings
github.com/HillaryEbert/minusnon
HillaryEbert/minusnon
minusnon
/
wallaby.config.js
14 lines
(12 loc)
•
165 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* globals
module
*/
module
.exports =
function
()
{
return
{ files: [
'dist/**/*.js'
], tests: [
'spec/**/*spec.js'
], env: {
type
:
'node'
} }; };