UNPKG

oc-client-browser

Version:
9 lines (6 loc) 169 B
import { LJS } from "./loader"; import { createOc } from "./oc-client"; const oc = window.oc || {}; const ljs = new LJS(); window.ljs = ljs; window.oc = createOc(oc);