is-sandwich

1.0.0 • Public • Published

is-sandwich

is-sandwich (short for "Iceland Sandwiches") tells you whether a thing is a sandwich. Here you go:

var isSandwich = require('is-sandwich');
 
isSandwich('hot dog', function(error, decision) {
  // decision = true / false
});

Or, on the command line:

$ is-sandwich 'hot dog'
No.

Installtion

$ npm install is-sandwich

/is-sandwich/

    Package Sidebar

    Install

    npm i is-sandwich

    Weekly Downloads

    1

    Version

    1.0.0

    License

    GPL-3.0

    Last publish

    Collaborators

    • jcoglan