Packages

A Gleam library for interacting with the Discord API

Current section

Files

Jump to
shimmer src shimmer_ws.erl
Raw

src/shimmer_ws.erl

-module(shimmer_ws).
-export([parse_etf/1]).
parse_etf(BitString) -> erlang:binary_to_term(BitString).