index
:
dexon-0x-contracts
dev
master
stable
DEXON fork of 0x protocol contracts forked from 0x-monorepo (https://github.com/dexon-foundation/0x-contracts)
LAN-TW
about
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
sra-report
/
src
/
globals.d.ts
blob: 783b92913cd98b92405ef994f973b02b8d921c9a (
plain
) (
tree
)
42ecc087c
1
2
3
4
declare module
'*.json'
{
const
value
:
any
;
export default
value
;
}