Skip to content

Commit

Permalink
Types: Export DecinmationAlgorithm as const (#9046)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed May 7, 2021
1 parent 33c1638 commit 9a78770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.esm.d.ts
Expand Up @@ -1953,7 +1953,7 @@ export class BasePlatform {
export class BasicPlatform extends BasePlatform {}
export class DomPlatform extends BasePlatform {}

export declare enum DecimationAlgorithm {
export const enum DecimationAlgorithm {
lttb = 'lttb',
minmax = 'min-max',
}
Expand Down

0 comments on commit 9a78770

Please sign in to comment.