UNPKG
@atomicjolt/lti-client
Version:
latest (2.7.0)
2.7.0
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.1
2.5.0
2.4.7
2.4.6
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.0
2.1.0
2.0.0
1.1.0
1.0.0
Client Javascript libraries to handle LTI.
@atomicjolt/lti-client
/
dist
/
types
/
client
/
launch.d.ts
3 lines
(2 loc)
•
122 B
TypeScript
View Raw
1
2
3
import
{
LaunchSettings
}
from
"../types"
;
export
declare
function
ltiLaunch
(
settings
:
LaunchSettings
):
Promise
<
boolean
>;