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