import { getTag } from "https://deno.land/x/iam_policies@v4.17.0/src/utils/getTag.ts";
Gets the toStringTag
of value
.
Examples
Example 1
Example 1
getTag(1)
// => '[object Number]'
getTag(null)
// => '[object Null]'
import { getTag } from "https://deno.land/x/iam_policies@v4.17.0/src/utils/getTag.ts";
Gets the toStringTag
of value
.
Example 1
getTag(1)
// => '[object Number]'
getTag(null)
// => '[object Null]'