Skip to content

Commit 9a78770

Browse files
authored
Types: Export DecinmationAlgorithm as const (#9046)
1 parent 33c1638 commit 9a78770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.esm.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1953,7 +1953,7 @@ export class BasePlatform {
19531953
export class BasicPlatform extends BasePlatform {}
19541954
export class DomPlatform extends BasePlatform {}
19551955

1956-
export declare enum DecimationAlgorithm {
1956+
export const enum DecimationAlgorithm {
19571957
lttb = 'lttb',
19581958
minmax = 'min-max',
19591959
}

0 commit comments

Comments
 (0)