8 lines
167 B
JavaScript
8 lines
167 B
JavaScript
import StringField from './string.mjs';
|
|
|
|
class BigIntegerField extends StringField {
|
|
}
|
|
|
|
export { BigIntegerField as default };
|
|
//# sourceMappingURL=biginteger.mjs.map
|