mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
5 lines
156 B
TypeScript
5 lines
156 B
TypeScript
/// <reference path="./rails-actioncable.d.ts" />
|
|
App = {};
|
|
App.cable = ActionCable.createConsumer();
|
|
App.cable.subscriptions.create("NetworkChannel", {});
|