mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-28 12:07:58 +00:00
3 lines
95 B
JavaScript
3 lines
95 B
JavaScript
import { isOn } from './helpers.js';
|
|
export const isToBigInt = /*#__PURE__*/ isOn('toBigInt');
|