UNPKG

@hashgraph/hedera-cli

Version:

CLI tool to manage and setup developer environments for Hedera Hashgraph.

6 lines (4 loc) 101 B
const myParseInt = (value: string): number => { return parseInt(value); }; export { myParseInt };