We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
config
{ number: 'bigint' }
1 parent 20405c7 commit e9db91fCopy full SHA for e9db91f
src/core/function/config.js
@@ -2,7 +2,7 @@ import { clone, deepExtend } from '../../utils/object.js'
2
import { DEFAULT_CONFIG } from '../config.js'
3
4
export const MATRIX_OPTIONS = ['Matrix', 'Array'] // valid values for option matrix
5
-export const NUMBER_OPTIONS = ['number', 'BigNumber', 'Fraction'] // valid values for option number
+export const NUMBER_OPTIONS = ['number', 'BigNumber', 'bigint', 'Fraction'] // valid values for option number
6
7
export function configFactory (config, emit) {
8
/**
0 commit comments