@j2.trappy/didyoumean
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Did you mean, package. You can use it on the browser.

Require

  • Asynchronous
    var didYouMean = require("./lib/didUMean");

    didYouMean("j2trappy", [
        "j2.trappy",
        "j3.trappy"
    ]).then(console.log); // j2.trappy
  • Synchronous
    console.log(didYouMean.sync("j2trappy", [
        "j2.trappy",
        "j3.trappy"
    ])); // j2.trappy

Import

  • Asynchronous
    import didYouMean from "./lib/didUMean";

    didYouMean("j2trappy", [
        "j2.trappy",
        "j3.trappy"
    ]).then(console.log); // j2.trappy
  • Synchronous
    console.log(didYouMean.sync("j2trappy", [
        "j2.trappy",
        "j3.trappy"
    ])); // j2.trappy

Realeses

  • 1.0.0 Plubishing the man's package to everyone.

-1.0.1 Fixing some problems with browser.

Readme

Keywords

none

Package Sidebar

Install

npm i @j2.trappy/didyoumean

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

8.31 kB

Total Files

10

Last publish

Collaborators

  • j2.trappy