import * as fonction from "https://deno.land/x/fonction@v2.1.0-beta.4/src/defaultTo.ts"; VariablesvdefaultToReturns the second argument if it is not null, undefined or NaN; otherwise the first argument is returned.