Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

isDifferent

import { isDifferent } from "https://raw.githubusercontent.com/Hatscat/MetavaScript/main/index.ts";

different comparison(s)

@example
// returns "1.2^3^true"
isDifferent(1.2, '3', true)
function isDifferent(...values: Printable[]): string;
§
isDifferent(...values: Printable[]): string
[src]

§Parameters

§
...values: Printable[] optional
[src]

§Return Type

§
string
[src]