UNPKG

panjareh

Version:

Panjareh using aparat and phoenix-video-player to play videos on desktops and tvs.

8 lines (7 loc) 304 B
import isObject from "./isObject"; import isEmpty from "./isEmpty"; import getParam from "./getParam"; import { AuthStorage } from "./authStorage"; import { parseJwt } from "./jwt"; import { getUniqueUserId } from "./uuid"; export { isObject, isEmpty, getParam, AuthStorage, parseJwt, getUniqueUserId };