File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 * This module is the main entry point for the LiveCodes SDK.
55 * It provides the core `createPlayground` and `getPlaygroundUrl` functions.
66 *
7- * @module
7+ * @module livecodes
88 */
99
1010/* eslint-disable no-redeclare */
Original file line number Diff line number Diff line change 11{
2+ "$schema" : " https://jsr.io/schema/config-file.v1.json" ,
23 "name" : " @livecodes/sdk" ,
34 "description" : " A Code Playground That Just Works!" ,
45 "version" : " 0.13.0" ,
Original file line number Diff line number Diff line change @@ -1628,15 +1628,15 @@ export interface Playground extends API {
16281628export type languageSelector = `${Language } -selector`;
16291629
16301630/**
1631- * Tool names concatenated with commas, for use in ` UrlQueryParams` .
1631+ * Tool names concatenated with commas, for use in { @link UrlQueryParams} .
16321632 */
16331633export type ToolNames =
16341634 | `${ToolName } `
16351635 | `${ToolName } ,${ToolName } `
16361636 | `${ToolName } ,${ToolName } ,${ToolName } `;
16371637
16381638/**
1639- * Tools status string combining tool names with their status for use in ` UrlQueryParams` .
1639+ * Tools status string combining tool names with their status for use in { @link UrlQueryParams} .
16401640 */
16411641export type ToolsStatus = `${ToolNames } |${Config [ 'tools' ] [ 'status' ] } `;
16421642
You can’t perform that action at this time.
0 commit comments