|
@@ -5,6 +5,10 @@ export type CodeBoxOptions = {
|
|
|
* The function to pipe the output of the CodeBox to
|
|
|
*/
|
|
|
outputCallback?: Function,
|
|
|
+ /**
|
|
|
+ * An amount of seconds to sleep between the execution of instuctions in the CodeBox
|
|
|
+ */
|
|
|
+ tickSleep?: number,
|
|
|
/**
|
|
|
* Options for debugging the CodeBox
|
|
|
*/
|