2
0
mirror of synced 2025-02-24 20:18:07 +00:00
ethers.js/utils/shims.js

5 lines
128 B
JavaScript
Raw Normal View History

"use strict";
2018-06-22 02:18:19 -04:00
/* no shims for node */
Object.defineProperty(exports, "__esModule", { value: true });
2018-07-17 02:07:36 -04:00
exports.platform = 'node';