index
:
dexon-sol-tools
development
master
DEXON fork of Solidity development tools originated from 0x-monorepo (https://github.com/dexon-foundation/sol-tools)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
instant
/
src
/
util
/
util.ts
blob: 232a86850383154c2798ffe8e4e9ed60c3d7c1ee (
plain
) (
blame
)
1
2
3
4
5
import
*
as
_ from
'lodash'
;
export const
util
= {
boundNoop
:
_
.
noop
.
bind
(
_
),
};