function assertStrictEqimport { assertStrictEq } from "https://deno.land/std@v0.56.0/testing/asserts.ts"; assertStrictEq(actual: unknown,expected: unknown,msg?: string,): voidMake an assertion that actual and expected are strictly equal. If not then throw. Parametersactual: unknownexpected: unknownoptionalmsg: stringReturnsvoid