mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
6 lines
129 B
JavaScript
6 lines
129 B
JavaScript
'use strict'
|
|
|
|
import { deprecatedIndexFileError } from '../error/deprecatedIndexFileError'
|
|
|
|
deprecatedIndexFileError(__filename)
|