function IsSymbolimport { IsSymbol } from "https://deno.land/x/typebox@0.33.22/src/type/guard/value.ts"; IsSymbol(value: unknown): value is symbolReturns true if this value is symbol Parametersvalue: unknownReturnsvalue is symbol