import { stringShorten } from "https://deno.land/x/polkadot@0.2.45/util/bundle.ts";
Examples
import { stringShorten } from 'https://deno.land/x/polkadot@0.2.45/util/mod.ts';
stringShorten('1234567890', 2); // => 12..90
import { stringShorten } from "https://deno.land/x/polkadot@0.2.45/util/bundle.ts";
import { stringShorten } from 'https://deno.land/x/polkadot@0.2.45/util/mod.ts';
stringShorten('1234567890', 2); // => 12..90