UNPKG

ox

Version:

Ethereum Standard Library

11 lines (9 loc) 204 B
import { expect, test } from 'vp/test' import * as exports from '../index.js' test('exports', () => { expect(Object.keys(exports)).toMatchInlineSnapshot(` [ "SignatureErc6492", ] `) })