UNPKG

@gzued/antd-compiled

Version:

Pre-bundled Ant Design 4.x and related dependencies for @gzued packages

9 lines (8 loc) 186 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.supportBigInt = supportBigInt; function supportBigInt() { return typeof BigInt === 'function'; }