import { stringShorten } from "https://deno.land/x/polkadot@0.2.19/util/string/shorten.ts";
Examples
import { stringShorten } from 'https://deno.land/x/polkadot@0.2.19/util/mod.ts';
stringShorten('1234567890', 2); // => 12..90
Parameters
value: AnyString