You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PRE_DOC=$'# API Reference TS\n\nThis page contains a list of all Datastructures and Classes used within the TypeScript IN3 Client.\n'
IN3_PATH="../ts/in3"
IN3_EXAMPLES=`cat $IN3_PATH/examples.md`
PRE_DOC2=$'\n## Main Module\n\n Importing incubed is as easy as \n```ts\nimport Client,{util} from "in3"\n```\n\n While the In3Client-class is the default import, the following imports can be used: \n\n` '