noop.js 457 B

123456789101112131415
  1. export function noBignumber() {
  2. throw new Error('No "bignumber" implementation available');
  3. }
  4. export function noFraction() {
  5. throw new Error('No "fraction" implementation available');
  6. }
  7. export function noMatrix() {
  8. throw new Error('No "matrix" implementation available');
  9. }
  10. export function noIndex() {
  11. throw new Error('No "index" implementation available');
  12. }
  13. export function noSubset() {
  14. throw new Error('No "matrix" implementation available');
  15. }