mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
6 lines
170 B
JavaScript
6 lines
170 B
JavaScript
// This file contains all factory functions of math.js
|
|
|
|
import { deprecatedIndexFileError } from './error/deprecatedIndexFileError'
|
|
|
|
deprecatedIndexFileError(__filename)
|