1.0.2 • Published 6 months ago

is-same-guy v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

is-same-guy

Checks if identities are same

Install

npm install --save is-same-guy

Example

const isSameGuy = require("is-same-guy");

const score = isSameGuy(
  ["test message", "test message too"],
  ["second chat message", "test message"]
);

Returns probability (0 <= probability <= 1)

Test

npm test