Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/localekit/util/function.ts>getLen

A translation plugin for Deno
Latest
function getLen
Re-export
import { getLen } from "https://deno.land/x/localekit@2.2.0/util/function.ts";

Calculates the length of the given argument.

Parameters

arg: unknown
  • The argument to calculate the length of.

Returns

number

The length of the argument.