unconst enum
This commit is contained in:
parent
6419b3f162
commit
019329fd8f
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ts-osc",
|
"name": "ts-osc",
|
||||||
"version": "0.2.2",
|
"version": "0.2.3",
|
||||||
"description": "Fully TypeScript-native OSC Client based on osc-min",
|
"description": "Fully TypeScript-native OSC Client based on osc-min",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
|
|
|
||||||
2
src/types/osc-min.d.ts
vendored
2
src/types/osc-min.d.ts
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
declare module 'osc-min' {
|
declare module 'osc-min' {
|
||||||
export const enum OSCType {
|
export enum OSCType {
|
||||||
String = 'string',
|
String = 'string',
|
||||||
Float = 'float',
|
Float = 'float',
|
||||||
Integer = 'integer',
|
Integer = 'integer',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue