ethers.js/src.ts/shims/index.ts

13 lines
343 B
TypeScript
Raw Normal View History

2018-07-23 01:25:36 +03:00
/**
* This file is not imported anywhere, but is used to trigger TypeScript
* compilation of the various shims for the browser.
*/
import { } from './base64';
import { } from './empty';
import { } from './hmac';
import { } from './pbkdf2';
import { } from './random-bytes';
import { } from './shims';
import { } from './xmlhttprequest';