feathersjs-ecosystem / socketio

[MOVED] The Feathers Socket.io websocket transport plugin
https://github.com/feathersjs/feathers
MIT License
37 stars 14 forks source link

update index.d.ts to use import * as from syntax #114

Closed JulZimmermann closed 6 years ago

JulZimmermann commented 6 years ago

import 'socket.io' is not a valid typescript syntax. Fixed this by using import * as from syntax

daffl commented 6 years ago

Thank you. Unfortunately, the auk branch is no longer being developed. This pull request should be made against https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/feathersjs__socketio/index.d.ts (which it appears already has the change).