mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
replace internal module to namespace
This commit is contained in:
Vendored
+2
-2
@@ -2,8 +2,8 @@
|
||||
// Project: https://github.com/mathisonian/JsClipper
|
||||
// Definitions by: Hou Chunlei <https://github.com/omni360>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
//
|
||||
declare module ClipperLib {
|
||||
//
|
||||
declare namespace ClipperLib {
|
||||
|
||||
export var biginteger_used: boolean;
|
||||
export function Math_Abs_Int64(a: number): number;
|
||||
|
||||
Reference in New Issue
Block a user