unconst enum
This commit is contained in:
parent
6419b3f162
commit
019329fd8f
2 changed files with 2 additions and 2 deletions
2
src/types/osc-min.d.ts
vendored
2
src/types/osc-min.d.ts
vendored
|
|
@ -1,5 +1,5 @@
|
|||
declare module 'osc-min' {
|
||||
export const enum OSCType {
|
||||
export enum OSCType {
|
||||
String = 'string',
|
||||
Float = 'float',
|
||||
Integer = 'integer',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue