UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

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