UNPKG

@caspingus/lt

Version:

A utility library of helpers and tools for working with Learnosity APIs.

7 lines (5 loc) 122 B
import { LT } from './src/assessment/core.js'; window.launch = function (app) { LT.init(app); window.LT = LT; };