UNPKG

ox

Version:

Ethereum Standard Library

11 lines (9 loc) 186 B
import { RpcSchema } from 'ox' import { expect, test } from 'vp/test' test('exports', () => { expect(Object.keys(RpcSchema)).toMatchInlineSnapshot(` [ "from", ] `) })