dl-common-util 0.5.4 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dl-common-util.d.ts +4 -2
- package/dl-common-util.js +333 -357
- package/dl-common-util.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +905 -994
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/package.json +1 -1
- package/kotlin-kotlinx-atomicfu-runtime.js +0 -15
- package/kotlin-kotlinx-atomicfu-runtime.js.map +0 -1
package/dl-common-util.d.ts
CHANGED
|
@@ -276,8 +276,6 @@ export declare namespace com.d10ng.common.coordinate {
|
|
|
276
276
|
function getProjectionLineOnLineWithLine(line: Array<com.d10ng.common.coordinate.Coordinate>, targetLine: Array<com.d10ng.common.coordinate.Coordinate>, offset?: number): Array<com.d10ng.common.coordinate.Coordinate>;
|
|
277
277
|
}
|
|
278
278
|
export declare namespace com.d10ng.common.transform {
|
|
279
|
-
function encodeGBK(_this_: string): Int8Array;
|
|
280
|
-
function decodeGBK(_this_: Int8Array): string;
|
|
281
279
|
function encodeUTF8(_this_: string): Int8Array;
|
|
282
280
|
function decodeUTF8(_this_: Int8Array): string;
|
|
283
281
|
function encodeUnicode(_this_: string): Int8Array;
|
|
@@ -297,4 +295,8 @@ export declare namespace com.d10ng.common.base {
|
|
|
297
295
|
function numberToByteArray(_this_?: any/* kotlin.Number */, size?: Nullable<number>): Int8Array;
|
|
298
296
|
function asLong(_this_: any/* kotlin.Number */): any/* kotlin.Long */;
|
|
299
297
|
}
|
|
298
|
+
export declare namespace com.d10ng.common.transform {
|
|
299
|
+
function encodeGBK(_this_: string): Int8Array;
|
|
300
|
+
function decodeGBK(_this_: Int8Array): string;
|
|
301
|
+
}
|
|
300
302
|
export as namespace com_github_D10NGYANG_DLCommonUtil;
|