mathjs/src/index.js

6 lines
170 B
JavaScript

// This file contains all factory functions of math.js
import { deprecatedIndexFileError } from './error/deprecatedIndexFileError'
deprecatedIndexFileError(__filename)