UNPKG

457 BJavaScriptView Raw
1export function noBignumber() {
2 throw new Error('No "bignumber" implementation available');
3}
4export function noFraction() {
5 throw new Error('No "fraction" implementation available');
6}
7export function noMatrix() {
8 throw new Error('No "matrix" implementation available');
9}
10export function noIndex() {
11 throw new Error('No "index" implementation available');
12}
13export function noSubset() {
14 throw new Error('No "matrix" implementation available');
15}
\No newline at end of file