Spaces:
Sleeping
Sleeping
File size: 154 Bytes
be5030f |
1 2 3 4 5 6 |
import { Decimal } from '../type';
import { BaseVector } from './base';
/** @ignore */
export declare class DecimalVector extends BaseVector<Decimal> {
}
|