UNPKG

minusnon

Version:

Calculates similarity between two strings

14 lines (12 loc) 165 B
/* globals module */ module.exports = function () { return { files: [ 'dist/**/*.js' ], tests: [ 'spec/**/*spec.js' ], env: {type: 'node'} }; };