mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 06:40:35 +08:00
[@types/mathjs] import statement needs to come _after_ comment header
This commit is contained in:
3
types/mathjs/index.d.ts
vendored
3
types/mathjs/index.d.ts
vendored
@@ -1,9 +1,10 @@
|
||||
import { Decimal } from 'decimal.js';
|
||||
// Type definitions for mathjs
|
||||
// Project: http://mathjs.org/
|
||||
// Definitions by: Ilya Shestakov <https://github.com/siavol>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
import { Decimal } from 'decimal.js';
|
||||
|
||||
declare var math: mathjs.IMathJsStatic;
|
||||
export as namespace math;
|
||||
export = math;
|
||||
|
||||
Reference in New Issue
Block a user