RunKit + npm: tifuhash

node v6.17.1
endpointsharetweet
var tifuhash = require("tifuhash") const tifu = require('tifuhash'); const message = 'The medium is the message.'; const number = 333333333; const float = Math.PI; console.log( tifu.hash( message ), tifu.hash( number ), tifu.hash( float ), tifu.hash( ) );
Created from: https://npm.runkit.com/tifuhash
Loading…

no comments

    sign in to comment