Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 267 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 267 Bytes

typed-phoenix#

Typescript support for phoenixframework

Using typed-phoenix##

typings install phoenix

Modify your imports to read, e.g.

import { Socket, SocketOptions, Channel } from 'phoenix';