import { isString } from "https://deno.land/x/proc@0.22.1/tools/deps/proc.ts";
Checks if the provided input is a string.
This function performs a type check to determine if the provided input is a string.
It handles both string literals and instances of the String
object.