feat:node-modules
This commit is contained in:
25
node_modules/mathjs/lib/cjs/utils/noop.js
generated
vendored
Normal file
25
node_modules/mathjs/lib/cjs/utils/noop.js
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.noBignumber = noBignumber;
|
||||
exports.noFraction = noFraction;
|
||||
exports.noIndex = noIndex;
|
||||
exports.noMatrix = noMatrix;
|
||||
exports.noSubset = noSubset;
|
||||
function noBignumber() {
|
||||
throw new Error('No "bignumber" implementation available');
|
||||
}
|
||||
function noFraction() {
|
||||
throw new Error('No "fraction" implementation available');
|
||||
}
|
||||
function noMatrix() {
|
||||
throw new Error('No "matrix" implementation available');
|
||||
}
|
||||
function noIndex() {
|
||||
throw new Error('No "index" implementation available');
|
||||
}
|
||||
function noSubset() {
|
||||
throw new Error('No "matrix" implementation available');
|
||||
}
|
||||
Reference in New Issue
Block a user