UNPKG

cra-template-web3

Version:

[![license](https://img.shields.io/github/license/jamesisaac/react-native-background-task.svg)](https://opensource.org/licenses/MIT)

3 lines (2 loc) 143 B
export const getShortAddress = (address: string | null) => address ? `${address.slice(0, 6)}...${address.slice(address.length - 3)}` : "";