unconst enum

This commit is contained in:
Rik Berkelder 2021-01-29 20:54:46 +01:00
parent 6419b3f162
commit 019329fd8f
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "ts-osc",
"version": "0.2.2",
"version": "0.2.3",
"description": "Fully TypeScript-native OSC Client based on osc-min",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",

View file

@ -1,5 +1,5 @@
declare module 'osc-min' {
export const enum OSCType {
export enum OSCType {
String = 'string',
Float = 'float',
Integer = 'integer',