Comparing version 1.1.5 to 1.1.6
@@ -1,2 +0,2 @@ | ||
import { DPoint } from '../src'; | ||
import { DPoint } from './DPoint'; | ||
export declare const warn: (...args: any[]) => void; | ||
@@ -3,0 +3,0 @@ declare type CheckFunc = (p: DPoint) => CheckFunction; |
@@ -5,3 +5,3 @@ "use strict"; | ||
const index_1 = require("./index"); | ||
const src_1 = require("../src"); | ||
const DPoint_1 = require("./DPoint"); | ||
// eslint-disable-next-line @typescript-eslint/no-explicit-any | ||
@@ -25,3 +25,3 @@ const warn = (...args) => { | ||
if (!p.clone().roundCurrent() | ||
.equal(p) || !p.gtOrEqual(src_1.DPoint.Zero())) { | ||
.equal(p) || !p.gtOrEqual(DPoint_1.DPoint.Zero())) { | ||
exports.warn(`"${funcName}" -> "${argName}" should be UInt!`); | ||
@@ -28,0 +28,0 @@ } |
{ | ||
"name": "dgeoutils", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "scripts": { |
94749