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