UNPKG

anchor-link

Version:

Library for authenticating and signing transactions using the Anchor Link protocol

8 lines (7 loc) 195 B
import * as pkg from './index' const AnchorLink = pkg.default for (const key of Object.keys(pkg)) { if (key === 'default') continue AnchorLink[key] = pkg[key] } export default AnchorLink