diff --git a/CHANGELOG.md b/CHANGELOG.md index 998e99d..73e85c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# [0.8.0](https://github.com/rafamel/kpo/compare/v0.7.0...v0.8.0) (2019-05-20) + + +### Features + +* **fs/tags:** globs is an exposed function ([cf99127](https://github.com/rafamel/kpo/commit/cf99127)) +* **public/fs:** allows all fs functions to take sources arrays; unifies behavior ([d0f6536](https://github.com/rafamel/kpo/commit/d0f6536)) +* **public/fs:** allows destination to be a from/to map for copy and move ([8369346](https://github.com/rafamel/kpo/commit/8369346)) +* **public/fs:** allows sources to be array returning functions ([1c5786b](https://github.com/rafamel/kpo/commit/1c5786b)) +* **public/fs:** exports types ([ee7a7b6](https://github.com/rafamel/kpo/commit/ee7a7b6)) +* **public/fs:** options take a logger key to disable logging ([33209be](https://github.com/rafamel/kpo/commit/33209be)) + + +### BREAKING CHANGES + +* **fs/tags:** Glob previously returned a promise; it now returns a promise returning function + + + # [0.7.0](https://github.com/rafamel/kpo/compare/v0.6.0...v0.7.0) (2019-05-19) diff --git a/docs/assets/js/search.js b/docs/assets/js/search.js index 003bf8c..3a644f5 100644 --- a/docs/assets/js/search.js +++ b/docs/assets/js/search.js @@ -1,3 +1,3 @@ var typedoc = typedoc || {}; typedoc.search = typedoc.search || {}; - typedoc.search.data = {"kinds":{"32":"Variable","64":"Function","256":"Interface","1024":"Property","2048":"Method","65536":"Type literal","4194304":"Type alias"},"rows":[{"id":0,"kind":256,"name":"IOfType","url":"interfaces/ioftype.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":1,"kind":256,"name":"IScriptsArray","url":"interfaces/iscriptsarray.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":2,"kind":1024,"name":"length","url":"interfaces/iscriptsarray.html#length","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":3,"kind":2048,"name":"toString","url":"interfaces/iscriptsarray.html#tostring","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":4,"kind":2048,"name":"toLocaleString","url":"interfaces/iscriptsarray.html#tolocalestring","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":5,"kind":2048,"name":"pop","url":"interfaces/iscriptsarray.html#pop","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":6,"kind":2048,"name":"push","url":"interfaces/iscriptsarray.html#push","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":7,"kind":2048,"name":"concat","url":"interfaces/iscriptsarray.html#concat","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":8,"kind":2048,"name":"join","url":"interfaces/iscriptsarray.html#join","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":9,"kind":2048,"name":"reverse","url":"interfaces/iscriptsarray.html#reverse","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":10,"kind":2048,"name":"shift","url":"interfaces/iscriptsarray.html#shift","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":11,"kind":2048,"name":"slice","url":"interfaces/iscriptsarray.html#slice","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":12,"kind":2048,"name":"sort","url":"interfaces/iscriptsarray.html#sort","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":13,"kind":2048,"name":"splice","url":"interfaces/iscriptsarray.html#splice","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":14,"kind":2048,"name":"unshift","url":"interfaces/iscriptsarray.html#unshift","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":15,"kind":2048,"name":"indexOf","url":"interfaces/iscriptsarray.html#indexof","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":16,"kind":2048,"name":"lastIndexOf","url":"interfaces/iscriptsarray.html#lastindexof","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":17,"kind":2048,"name":"every","url":"interfaces/iscriptsarray.html#every","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":18,"kind":2048,"name":"some","url":"interfaces/iscriptsarray.html#some","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":19,"kind":2048,"name":"forEach","url":"interfaces/iscriptsarray.html#foreach","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":20,"kind":2048,"name":"map","url":"interfaces/iscriptsarray.html#map","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":21,"kind":2048,"name":"filter","url":"interfaces/iscriptsarray.html#filter","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":22,"kind":2048,"name":"reduce","url":"interfaces/iscriptsarray.html#reduce","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":23,"kind":2048,"name":"reduceRight","url":"interfaces/iscriptsarray.html#reduceright","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":24,"kind":1024,"name":"Array","url":"interfaces/iscriptsarray.html#array","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"IScriptsArray"},{"id":25,"kind":2048,"name":"find","url":"interfaces/iscriptsarray.html#find","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":26,"kind":2048,"name":"findIndex","url":"interfaces/iscriptsarray.html#findindex","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":27,"kind":2048,"name":"fill","url":"interfaces/iscriptsarray.html#fill","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":28,"kind":2048,"name":"copyWithin","url":"interfaces/iscriptsarray.html#copywithin","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":29,"kind":2048,"name":"__@iterator","url":"interfaces/iscriptsarray.html#___iterator","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":30,"kind":2048,"name":"entries","url":"interfaces/iscriptsarray.html#entries","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":31,"kind":2048,"name":"keys","url":"interfaces/iscriptsarray.html#keys","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":32,"kind":2048,"name":"values","url":"interfaces/iscriptsarray.html#values","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":33,"kind":2048,"name":"__@unscopables","url":"interfaces/iscriptsarray.html#___unscopables","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":34,"kind":2048,"name":"includes","url":"interfaces/iscriptsarray.html#includes","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":35,"kind":2048,"name":"flatMap","url":"interfaces/iscriptsarray.html#flatmap","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":36,"kind":2048,"name":"flat","url":"interfaces/iscriptsarray.html#flat","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":37,"kind":256,"name":"IScripts","url":"interfaces/iscripts.html","classes":"tsd-kind-interface"},{"id":38,"kind":256,"name":"IOptions","url":"interfaces/ioptions.html","classes":"tsd-kind-interface"},{"id":39,"kind":1024,"name":"env","url":"interfaces/ioptions.html#env","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IOptions"},{"id":40,"kind":1024,"name":"silent","url":"interfaces/ioptions.html#silent","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IOptions"},{"id":41,"kind":1024,"name":"log","url":"interfaces/ioptions.html#log","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IOptions"},{"id":42,"kind":256,"name":"IScopeOptions","url":"interfaces/iscopeoptions.html","classes":"tsd-kind-interface"},{"id":43,"kind":1024,"name":"root","url":"interfaces/iscopeoptions.html#root","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IScopeOptions"},{"id":44,"kind":1024,"name":"children","url":"interfaces/iscopeoptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IScopeOptions"},{"id":45,"kind":1024,"name":"cwd","url":"interfaces/iscopeoptions.html#cwd","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IScopeOptions"},{"id":46,"kind":1024,"name":"env","url":"interfaces/iscopeoptions.html#env","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IScopeOptions"},{"id":47,"kind":1024,"name":"silent","url":"interfaces/iscopeoptions.html#silent","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IScopeOptions"},{"id":48,"kind":1024,"name":"log","url":"interfaces/iscopeoptions.html#log","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IScopeOptions"},{"id":49,"kind":256,"name":"IPackageOptions","url":"interfaces/ipackageoptions.html","classes":"tsd-kind-interface"},{"id":50,"kind":1024,"name":"file","url":"interfaces/ipackageoptions.html#file","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPackageOptions"},{"id":51,"kind":1024,"name":"root","url":"interfaces/ipackageoptions.html#root","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IPackageOptions"},{"id":52,"kind":1024,"name":"children","url":"interfaces/ipackageoptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IPackageOptions"},{"id":53,"kind":1024,"name":"cwd","url":"interfaces/ipackageoptions.html#cwd","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IPackageOptions"},{"id":54,"kind":1024,"name":"env","url":"interfaces/ipackageoptions.html#env","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IPackageOptions"},{"id":55,"kind":1024,"name":"silent","url":"interfaces/ipackageoptions.html#silent","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IPackageOptions"},{"id":56,"kind":1024,"name":"log","url":"interfaces/ipackageoptions.html#log","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IPackageOptions"},{"id":57,"kind":256,"name":"ICliOptions","url":"interfaces/iclioptions.html","classes":"tsd-kind-interface"},{"id":58,"kind":1024,"name":"file","url":"interfaces/iclioptions.html#file","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ICliOptions"},{"id":59,"kind":1024,"name":"directory","url":"interfaces/iclioptions.html#directory","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ICliOptions"},{"id":60,"kind":1024,"name":"env","url":"interfaces/iclioptions.html#env","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICliOptions"},{"id":61,"kind":1024,"name":"silent","url":"interfaces/iclioptions.html#silent","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICliOptions"},{"id":62,"kind":1024,"name":"log","url":"interfaces/iclioptions.html#log","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICliOptions"},{"id":63,"kind":256,"name":"IExecOptions","url":"interfaces/iexecoptions.html","classes":"tsd-kind-interface"},{"id":64,"kind":1024,"name":"cwd","url":"interfaces/iexecoptions.html#cwd","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IExecOptions"},{"id":65,"kind":1024,"name":"env","url":"interfaces/iexecoptions.html#env","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IExecOptions"},{"id":66,"kind":1024,"name":"stdio","url":"interfaces/iexecoptions.html#stdio","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IExecOptions"},{"id":67,"kind":256,"name":"IMultiExecOptions","url":"interfaces/imultiexecoptions.html","classes":"tsd-kind-interface"},{"id":68,"kind":1024,"name":"force","url":"interfaces/imultiexecoptions.html#force","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMultiExecOptions"},{"id":69,"kind":1024,"name":"silent","url":"interfaces/imultiexecoptions.html#silent","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMultiExecOptions"},{"id":70,"kind":1024,"name":"args","url":"interfaces/imultiexecoptions.html#args","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMultiExecOptions"},{"id":71,"kind":1024,"name":"cwd","url":"interfaces/imultiexecoptions.html#cwd","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IMultiExecOptions"},{"id":72,"kind":1024,"name":"env","url":"interfaces/imultiexecoptions.html#env","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IMultiExecOptions"},{"id":73,"kind":1024,"name":"stdio","url":"interfaces/imultiexecoptions.html#stdio","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IMultiExecOptions"},{"id":74,"kind":4194304,"name":"TLogger","url":"globals.html#tlogger","classes":"tsd-kind-type-alias"},{"id":75,"kind":4194304,"name":"TScript","url":"globals.html#tscript","classes":"tsd-kind-type-alias"},{"id":76,"kind":4194304,"name":"TScriptFn","url":"globals.html#tscriptfn","classes":"tsd-kind-type-alias"},{"id":77,"kind":65536,"name":"__type","url":"globals.html#tscriptfn.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"TScriptFn"},{"id":78,"kind":4194304,"name":"TCoreOptions","url":"globals.html#tcoreoptions","classes":"tsd-kind-type-alias"},{"id":79,"kind":4194304,"name":"TChildrenDefinition","url":"globals.html#tchildrendefinition","classes":"tsd-kind-type-alias"},{"id":80,"kind":256,"name":"IParallelOptions","url":"interfaces/iparalleloptions.html","classes":"tsd-kind-interface"},{"id":81,"kind":1024,"name":"names","url":"interfaces/iparalleloptions.html#names","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParallelOptions"},{"id":82,"kind":1024,"name":"colors","url":"interfaces/iparalleloptions.html#colors","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParallelOptions"},{"id":83,"kind":1024,"name":"force","url":"interfaces/iparalleloptions.html#force","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParallelOptions"},{"id":84,"kind":1024,"name":"silent","url":"interfaces/iparalleloptions.html#silent","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParallelOptions"},{"id":85,"kind":1024,"name":"args","url":"interfaces/iparalleloptions.html#args","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParallelOptions"},{"id":86,"kind":1024,"name":"cwd","url":"interfaces/iparalleloptions.html#cwd","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParallelOptions"},{"id":87,"kind":1024,"name":"env","url":"interfaces/iparalleloptions.html#env","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParallelOptions"},{"id":88,"kind":1024,"name":"stdio","url":"interfaces/iparalleloptions.html#stdio","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParallelOptions"},{"id":89,"kind":256,"name":"IParallel","url":"interfaces/iparallel.html","classes":"tsd-kind-interface"},{"id":90,"kind":2048,"name":"env","url":"interfaces/iparallel.html#env","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"IParallel"},{"id":91,"kind":2048,"name":"fn","url":"interfaces/iparallel.html#fn","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"IParallel"},{"id":92,"kind":32,"name":"parallel","url":"globals.html#parallel","classes":"tsd-kind-variable"},{"id":93,"kind":256,"name":"ISeries","url":"interfaces/iseries.html","classes":"tsd-kind-interface"},{"id":94,"kind":2048,"name":"env","url":"interfaces/iseries.html#env","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ISeries"},{"id":95,"kind":2048,"name":"fn","url":"interfaces/iseries.html#fn","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ISeries"},{"id":96,"kind":32,"name":"series","url":"globals.html#series","classes":"tsd-kind-variable"},{"id":97,"kind":256,"name":"IFsReadOptions","url":"interfaces/ifsreadoptions.html","classes":"tsd-kind-interface"},{"id":98,"kind":1024,"name":"fail","url":"interfaces/ifsreadoptions.html#fail","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFsReadOptions"},{"id":99,"kind":256,"name":"IFsOptions","url":"interfaces/ifsoptions.html","classes":"tsd-kind-interface"},{"id":100,"kind":1024,"name":"confirm","url":"interfaces/ifsoptions.html#confirm","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFsOptions"},{"id":101,"kind":1024,"name":"fail","url":"interfaces/ifsoptions.html#fail","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"IFsOptions"},{"id":102,"kind":256,"name":"IFsWriteOptions","url":"interfaces/ifswriteoptions.html","classes":"tsd-kind-interface"},{"id":103,"kind":1024,"name":"overwrite","url":"interfaces/ifswriteoptions.html#overwrite","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFsWriteOptions"},{"id":104,"kind":1024,"name":"confirm","url":"interfaces/ifswriteoptions.html#confirm","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IFsWriteOptions"},{"id":105,"kind":1024,"name":"fail","url":"interfaces/ifswriteoptions.html#fail","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited","parent":"IFsWriteOptions"},{"id":106,"kind":4194304,"name":"TCopyFilterFn","url":"globals.html#tcopyfilterfn","classes":"tsd-kind-type-alias"},{"id":107,"kind":64,"name":"copy","url":"globals.html#copy","classes":"tsd-kind-function tsd-is-not-exported"},{"id":108,"kind":64,"name":"rw","url":"globals.html#rw","classes":"tsd-kind-function tsd-is-not-exported"},{"id":109,"kind":64,"name":"json","url":"globals.html#json","classes":"tsd-kind-function tsd-is-not-exported"},{"id":110,"kind":64,"name":"remove","url":"globals.html#remove","classes":"tsd-kind-function tsd-is-not-exported"},{"id":111,"kind":64,"name":"mkdir","url":"globals.html#mkdir","classes":"tsd-kind-function tsd-is-not-exported"},{"id":112,"kind":64,"name":"move","url":"globals.html#move","classes":"tsd-kind-function tsd-is-not-exported"},{"id":113,"kind":64,"name":"read","url":"globals.html#read","classes":"tsd-kind-function tsd-is-not-exported"},{"id":114,"kind":64,"name":"write","url":"globals.html#write","classes":"tsd-kind-function tsd-is-not-exported"},{"id":115,"kind":256,"name":"IConfirmOptions","url":"interfaces/iconfirmoptions.html","classes":"tsd-kind-interface"},{"id":116,"kind":1024,"name":"initial","url":"interfaces/iconfirmoptions.html#initial","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConfirmOptions"},{"id":117,"kind":1024,"name":"yes","url":"interfaces/iconfirmoptions.html#yes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConfirmOptions"},{"id":118,"kind":1024,"name":"no","url":"interfaces/iconfirmoptions.html#no","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConfirmOptions"},{"id":119,"kind":1024,"name":"timeout","url":"interfaces/iconfirmoptions.html#timeout","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConfirmOptions"},{"id":120,"kind":64,"name":"confirm","url":"globals.html#confirm","classes":"tsd-kind-function tsd-is-not-exported"},{"id":121,"kind":256,"name":"ISelectOptions","url":"interfaces/iselectoptions.html","classes":"tsd-kind-interface"},{"id":122,"kind":1024,"name":"initial","url":"interfaces/iselectoptions.html#initial","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISelectOptions"},{"id":123,"kind":1024,"name":"values","url":"interfaces/iselectoptions.html#values","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISelectOptions"},{"id":124,"kind":64,"name":"select","url":"globals.html#select","classes":"tsd-kind-function tsd-is-not-exported"},{"id":125,"kind":64,"name":"ensure","url":"globals.html#ensure","classes":"tsd-kind-function tsd-is-not-exported"},{"id":126,"kind":64,"name":"exists","url":"globals.html#exists","classes":"tsd-kind-function tsd-is-not-exported"},{"id":127,"kind":64,"name":"glob","url":"globals.html#glob","classes":"tsd-kind-function tsd-is-not-exported"},{"id":128,"kind":64,"name":"kpo","url":"globals.html#kpo","classes":"tsd-kind-function tsd-is-not-exported"},{"id":129,"kind":64,"name":"line","url":"globals.html#line","classes":"tsd-kind-function tsd-is-not-exported"},{"id":130,"kind":64,"name":"log","url":"globals.html#log","classes":"tsd-kind-function tsd-is-not-exported"},{"id":131,"kind":64,"name":"rm","url":"globals.html#rm","classes":"tsd-kind-function tsd-is-not-exported"},{"id":132,"kind":64,"name":"silent","url":"globals.html#silent","classes":"tsd-kind-function tsd-is-not-exported"}]}; \ No newline at end of file + typedoc.search.data = {"kinds":{"32":"Variable","64":"Function","256":"Interface","1024":"Property","2048":"Method","65536":"Type literal","4194304":"Type alias"},"rows":[{"id":0,"kind":256,"name":"IOfType","url":"interfaces/ioftype.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":1,"kind":256,"name":"IScriptsArray","url":"interfaces/iscriptsarray.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":2,"kind":1024,"name":"length","url":"interfaces/iscriptsarray.html#length","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":3,"kind":2048,"name":"toString","url":"interfaces/iscriptsarray.html#tostring","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":4,"kind":2048,"name":"toLocaleString","url":"interfaces/iscriptsarray.html#tolocalestring","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":5,"kind":2048,"name":"pop","url":"interfaces/iscriptsarray.html#pop","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":6,"kind":2048,"name":"push","url":"interfaces/iscriptsarray.html#push","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":7,"kind":2048,"name":"concat","url":"interfaces/iscriptsarray.html#concat","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":8,"kind":2048,"name":"join","url":"interfaces/iscriptsarray.html#join","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":9,"kind":2048,"name":"reverse","url":"interfaces/iscriptsarray.html#reverse","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":10,"kind":2048,"name":"shift","url":"interfaces/iscriptsarray.html#shift","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":11,"kind":2048,"name":"slice","url":"interfaces/iscriptsarray.html#slice","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":12,"kind":2048,"name":"sort","url":"interfaces/iscriptsarray.html#sort","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":13,"kind":2048,"name":"splice","url":"interfaces/iscriptsarray.html#splice","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":14,"kind":2048,"name":"unshift","url":"interfaces/iscriptsarray.html#unshift","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":15,"kind":2048,"name":"indexOf","url":"interfaces/iscriptsarray.html#indexof","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":16,"kind":2048,"name":"lastIndexOf","url":"interfaces/iscriptsarray.html#lastindexof","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":17,"kind":2048,"name":"every","url":"interfaces/iscriptsarray.html#every","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":18,"kind":2048,"name":"some","url":"interfaces/iscriptsarray.html#some","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":19,"kind":2048,"name":"forEach","url":"interfaces/iscriptsarray.html#foreach","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":20,"kind":2048,"name":"map","url":"interfaces/iscriptsarray.html#map","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":21,"kind":2048,"name":"filter","url":"interfaces/iscriptsarray.html#filter","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":22,"kind":2048,"name":"reduce","url":"interfaces/iscriptsarray.html#reduce","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":23,"kind":2048,"name":"reduceRight","url":"interfaces/iscriptsarray.html#reduceright","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":24,"kind":1024,"name":"Array","url":"interfaces/iscriptsarray.html#array","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"IScriptsArray"},{"id":25,"kind":2048,"name":"find","url":"interfaces/iscriptsarray.html#find","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":26,"kind":2048,"name":"findIndex","url":"interfaces/iscriptsarray.html#findindex","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":27,"kind":2048,"name":"fill","url":"interfaces/iscriptsarray.html#fill","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":28,"kind":2048,"name":"copyWithin","url":"interfaces/iscriptsarray.html#copywithin","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":29,"kind":2048,"name":"__@iterator","url":"interfaces/iscriptsarray.html#___iterator","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":30,"kind":2048,"name":"entries","url":"interfaces/iscriptsarray.html#entries","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":31,"kind":2048,"name":"keys","url":"interfaces/iscriptsarray.html#keys","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":32,"kind":2048,"name":"values","url":"interfaces/iscriptsarray.html#values","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":33,"kind":2048,"name":"__@unscopables","url":"interfaces/iscriptsarray.html#___unscopables","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":34,"kind":2048,"name":"includes","url":"interfaces/iscriptsarray.html#includes","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":35,"kind":2048,"name":"flatMap","url":"interfaces/iscriptsarray.html#flatmap","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":36,"kind":2048,"name":"flat","url":"interfaces/iscriptsarray.html#flat","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":37,"kind":256,"name":"IScripts","url":"interfaces/iscripts.html","classes":"tsd-kind-interface"},{"id":38,"kind":256,"name":"IOptions","url":"interfaces/ioptions.html","classes":"tsd-kind-interface"},{"id":39,"kind":1024,"name":"env","url":"interfaces/ioptions.html#env","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IOptions"},{"id":40,"kind":1024,"name":"silent","url":"interfaces/ioptions.html#silent","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IOptions"},{"id":41,"kind":1024,"name":"log","url":"interfaces/ioptions.html#log","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IOptions"},{"id":42,"kind":256,"name":"IScopeOptions","url":"interfaces/iscopeoptions.html","classes":"tsd-kind-interface"},{"id":43,"kind":1024,"name":"root","url":"interfaces/iscopeoptions.html#root","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IScopeOptions"},{"id":44,"kind":1024,"name":"children","url":"interfaces/iscopeoptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IScopeOptions"},{"id":45,"kind":1024,"name":"cwd","url":"interfaces/iscopeoptions.html#cwd","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IScopeOptions"},{"id":46,"kind":1024,"name":"env","url":"interfaces/iscopeoptions.html#env","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IScopeOptions"},{"id":47,"kind":1024,"name":"silent","url":"interfaces/iscopeoptions.html#silent","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IScopeOptions"},{"id":48,"kind":1024,"name":"log","url":"interfaces/iscopeoptions.html#log","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IScopeOptions"},{"id":49,"kind":256,"name":"IPackageOptions","url":"interfaces/ipackageoptions.html","classes":"tsd-kind-interface"},{"id":50,"kind":1024,"name":"file","url":"interfaces/ipackageoptions.html#file","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPackageOptions"},{"id":51,"kind":1024,"name":"root","url":"interfaces/ipackageoptions.html#root","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IPackageOptions"},{"id":52,"kind":1024,"name":"children","url":"interfaces/ipackageoptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IPackageOptions"},{"id":53,"kind":1024,"name":"cwd","url":"interfaces/ipackageoptions.html#cwd","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IPackageOptions"},{"id":54,"kind":1024,"name":"env","url":"interfaces/ipackageoptions.html#env","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IPackageOptions"},{"id":55,"kind":1024,"name":"silent","url":"interfaces/ipackageoptions.html#silent","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IPackageOptions"},{"id":56,"kind":1024,"name":"log","url":"interfaces/ipackageoptions.html#log","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IPackageOptions"},{"id":57,"kind":256,"name":"ICliOptions","url":"interfaces/iclioptions.html","classes":"tsd-kind-interface"},{"id":58,"kind":1024,"name":"file","url":"interfaces/iclioptions.html#file","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ICliOptions"},{"id":59,"kind":1024,"name":"directory","url":"interfaces/iclioptions.html#directory","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ICliOptions"},{"id":60,"kind":1024,"name":"env","url":"interfaces/iclioptions.html#env","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICliOptions"},{"id":61,"kind":1024,"name":"silent","url":"interfaces/iclioptions.html#silent","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICliOptions"},{"id":62,"kind":1024,"name":"log","url":"interfaces/iclioptions.html#log","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICliOptions"},{"id":63,"kind":256,"name":"IExecOptions","url":"interfaces/iexecoptions.html","classes":"tsd-kind-interface"},{"id":64,"kind":1024,"name":"cwd","url":"interfaces/iexecoptions.html#cwd","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IExecOptions"},{"id":65,"kind":1024,"name":"env","url":"interfaces/iexecoptions.html#env","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IExecOptions"},{"id":66,"kind":1024,"name":"stdio","url":"interfaces/iexecoptions.html#stdio","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IExecOptions"},{"id":67,"kind":256,"name":"IMultiExecOptions","url":"interfaces/imultiexecoptions.html","classes":"tsd-kind-interface"},{"id":68,"kind":1024,"name":"force","url":"interfaces/imultiexecoptions.html#force","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMultiExecOptions"},{"id":69,"kind":1024,"name":"silent","url":"interfaces/imultiexecoptions.html#silent","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMultiExecOptions"},{"id":70,"kind":1024,"name":"args","url":"interfaces/imultiexecoptions.html#args","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMultiExecOptions"},{"id":71,"kind":1024,"name":"cwd","url":"interfaces/imultiexecoptions.html#cwd","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IMultiExecOptions"},{"id":72,"kind":1024,"name":"env","url":"interfaces/imultiexecoptions.html#env","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IMultiExecOptions"},{"id":73,"kind":1024,"name":"stdio","url":"interfaces/imultiexecoptions.html#stdio","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IMultiExecOptions"},{"id":74,"kind":4194304,"name":"TLogger","url":"globals.html#tlogger","classes":"tsd-kind-type-alias"},{"id":75,"kind":4194304,"name":"TScript","url":"globals.html#tscript","classes":"tsd-kind-type-alias"},{"id":76,"kind":4194304,"name":"TScriptFn","url":"globals.html#tscriptfn","classes":"tsd-kind-type-alias"},{"id":77,"kind":65536,"name":"__type","url":"globals.html#tscriptfn.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"TScriptFn"},{"id":78,"kind":4194304,"name":"TCoreOptions","url":"globals.html#tcoreoptions","classes":"tsd-kind-type-alias"},{"id":79,"kind":4194304,"name":"TChildrenDefinition","url":"globals.html#tchildrendefinition","classes":"tsd-kind-type-alias"},{"id":80,"kind":256,"name":"IParallelOptions","url":"interfaces/iparalleloptions.html","classes":"tsd-kind-interface"},{"id":81,"kind":1024,"name":"names","url":"interfaces/iparalleloptions.html#names","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParallelOptions"},{"id":82,"kind":1024,"name":"colors","url":"interfaces/iparalleloptions.html#colors","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParallelOptions"},{"id":83,"kind":1024,"name":"force","url":"interfaces/iparalleloptions.html#force","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParallelOptions"},{"id":84,"kind":1024,"name":"silent","url":"interfaces/iparalleloptions.html#silent","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParallelOptions"},{"id":85,"kind":1024,"name":"args","url":"interfaces/iparalleloptions.html#args","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParallelOptions"},{"id":86,"kind":1024,"name":"cwd","url":"interfaces/iparalleloptions.html#cwd","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParallelOptions"},{"id":87,"kind":1024,"name":"env","url":"interfaces/iparalleloptions.html#env","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParallelOptions"},{"id":88,"kind":1024,"name":"stdio","url":"interfaces/iparalleloptions.html#stdio","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParallelOptions"},{"id":89,"kind":256,"name":"IParallel","url":"interfaces/iparallel.html","classes":"tsd-kind-interface"},{"id":90,"kind":2048,"name":"env","url":"interfaces/iparallel.html#env","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"IParallel"},{"id":91,"kind":2048,"name":"fn","url":"interfaces/iparallel.html#fn","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"IParallel"},{"id":92,"kind":32,"name":"parallel","url":"globals.html#parallel","classes":"tsd-kind-variable"},{"id":93,"kind":256,"name":"ISeries","url":"interfaces/iseries.html","classes":"tsd-kind-interface"},{"id":94,"kind":2048,"name":"env","url":"interfaces/iseries.html#env","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ISeries"},{"id":95,"kind":2048,"name":"fn","url":"interfaces/iseries.html#fn","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ISeries"},{"id":96,"kind":32,"name":"series","url":"globals.html#series","classes":"tsd-kind-variable"},{"id":97,"kind":256,"name":"IFsReadOptions","url":"interfaces/ifsreadoptions.html","classes":"tsd-kind-interface"},{"id":98,"kind":1024,"name":"logger","url":"interfaces/ifsreadoptions.html#logger","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFsReadOptions"},{"id":99,"kind":1024,"name":"fail","url":"interfaces/ifsreadoptions.html#fail","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFsReadOptions"},{"id":100,"kind":256,"name":"IFsCreateDeleteOptions","url":"interfaces/ifscreatedeleteoptions.html","classes":"tsd-kind-interface"},{"id":101,"kind":1024,"name":"confirm","url":"interfaces/ifscreatedeleteoptions.html#confirm","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFsCreateDeleteOptions"},{"id":102,"kind":1024,"name":"logger","url":"interfaces/ifscreatedeleteoptions.html#logger","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IFsCreateDeleteOptions"},{"id":103,"kind":1024,"name":"fail","url":"interfaces/ifscreatedeleteoptions.html#fail","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IFsCreateDeleteOptions"},{"id":104,"kind":256,"name":"IFsUpdateOptions","url":"interfaces/ifsupdateoptions.html","classes":"tsd-kind-interface"},{"id":105,"kind":1024,"name":"overwrite","url":"interfaces/ifsupdateoptions.html#overwrite","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFsUpdateOptions"},{"id":106,"kind":1024,"name":"confirm","url":"interfaces/ifsupdateoptions.html#confirm","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IFsUpdateOptions"},{"id":107,"kind":1024,"name":"logger","url":"interfaces/ifsupdateoptions.html#logger","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IFsUpdateOptions"},{"id":108,"kind":1024,"name":"fail","url":"interfaces/ifsupdateoptions.html#fail","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IFsUpdateOptions"},{"id":109,"kind":4194304,"name":"TSource","url":"globals.html#tsource","classes":"tsd-kind-type-alias"},{"id":110,"kind":4194304,"name":"TDestination","url":"globals.html#tdestination","classes":"tsd-kind-type-alias"},{"id":111,"kind":4194304,"name":"TCopyFilterFn","url":"globals.html#tcopyfilterfn","classes":"tsd-kind-type-alias"},{"id":112,"kind":4194304,"name":"TContentFn","url":"globals.html#tcontentfn","classes":"tsd-kind-type-alias"},{"id":113,"kind":65536,"name":"__type","url":"globals.html#tcontentfn.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"TContentFn"},{"id":114,"kind":64,"name":"copy","url":"globals.html#copy","classes":"tsd-kind-function tsd-is-not-exported"},{"id":115,"kind":64,"name":"rw","url":"globals.html#rw","classes":"tsd-kind-function tsd-is-not-exported"},{"id":116,"kind":64,"name":"json","url":"globals.html#json","classes":"tsd-kind-function tsd-is-not-exported"},{"id":117,"kind":64,"name":"remove","url":"globals.html#remove","classes":"tsd-kind-function tsd-is-not-exported"},{"id":118,"kind":64,"name":"mkdir","url":"globals.html#mkdir","classes":"tsd-kind-function tsd-is-not-exported"},{"id":119,"kind":64,"name":"move","url":"globals.html#move","classes":"tsd-kind-function tsd-is-not-exported"},{"id":120,"kind":64,"name":"read","url":"globals.html#read","classes":"tsd-kind-function tsd-is-not-exported"},{"id":121,"kind":64,"name":"write","url":"globals.html#write","classes":"tsd-kind-function tsd-is-not-exported"},{"id":122,"kind":256,"name":"IConfirmOptions","url":"interfaces/iconfirmoptions.html","classes":"tsd-kind-interface"},{"id":123,"kind":1024,"name":"initial","url":"interfaces/iconfirmoptions.html#initial","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConfirmOptions"},{"id":124,"kind":1024,"name":"yes","url":"interfaces/iconfirmoptions.html#yes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConfirmOptions"},{"id":125,"kind":1024,"name":"no","url":"interfaces/iconfirmoptions.html#no","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConfirmOptions"},{"id":126,"kind":1024,"name":"timeout","url":"interfaces/iconfirmoptions.html#timeout","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConfirmOptions"},{"id":127,"kind":64,"name":"confirm","url":"globals.html#confirm","classes":"tsd-kind-function tsd-is-not-exported"},{"id":128,"kind":256,"name":"ISelectOptions","url":"interfaces/iselectoptions.html","classes":"tsd-kind-interface"},{"id":129,"kind":1024,"name":"initial","url":"interfaces/iselectoptions.html#initial","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISelectOptions"},{"id":130,"kind":1024,"name":"values","url":"interfaces/iselectoptions.html#values","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISelectOptions"},{"id":131,"kind":64,"name":"select","url":"globals.html#select","classes":"tsd-kind-function tsd-is-not-exported"},{"id":132,"kind":64,"name":"ensure","url":"globals.html#ensure","classes":"tsd-kind-function tsd-is-not-exported"},{"id":133,"kind":64,"name":"exists","url":"globals.html#exists","classes":"tsd-kind-function tsd-is-not-exported"},{"id":134,"kind":64,"name":"glob","url":"globals.html#glob","classes":"tsd-kind-function tsd-is-not-exported"},{"id":135,"kind":64,"name":"kpo","url":"globals.html#kpo","classes":"tsd-kind-function tsd-is-not-exported"},{"id":136,"kind":64,"name":"line","url":"globals.html#line","classes":"tsd-kind-function tsd-is-not-exported"},{"id":137,"kind":64,"name":"log","url":"globals.html#log","classes":"tsd-kind-function tsd-is-not-exported"},{"id":138,"kind":64,"name":"rm","url":"globals.html#rm","classes":"tsd-kind-function tsd-is-not-exported"},{"id":139,"kind":64,"name":"silent","url":"globals.html#silent","classes":"tsd-kind-function tsd-is-not-exported"}]}; \ No newline at end of file diff --git a/docs/globals.html b/docs/globals.html index a32a822..e447a29 100644 --- a/docs/globals.html +++ b/docs/globals.html @@ -3,7 +3,7 @@
-String tag; returns a promise resolving with all paths matching a glob
+String tag; returns a promise resolving with all paths matching a glob
+ It is an exposed function: use glob.fn
as tag instead in order to execute on call.
Promise<string[]>
+A function -hence, calling glob
won't have any effect until the returned function is called.
String tag; returns a promise resolving with all paths matching a glob
+String tag; returns a promise resolving with all paths matching a glob
+ It is an exposed function: use glob.fn
as tag instead in order to execute on call.
Promise<string[]>
+A function -hence, calling glob
won't have any effect until the returned function is called.
a path for a directory, or an array of them.
an IFsOptions
object.
an IFsCreateDeleteOptions
object.
a path for a file or directory, or an array of them.
an IFsOptions
object.
an IFsCreateDeleteOptions
object.
Writes a file
with raw
. If no raw
content is passed, it will simply ensure it does exist.
+
Writes a file
with raw
. If no raw
content is passed, it will overwrite with no content.
It is an exposed function: call write.fn()
, which takes the same arguments, in order to execute on call.
Writes a file
with raw
. If no raw
content is passed, it will simply ensure it does exist.
+
Writes a file
with raw
. If no raw
content is passed, it will overwrite with no content.
It is an exposed function: call write.fn()
, which takes the same arguments, in order to execute on call.
Writes a file
with raw
. If no raw
content is passed, it will simply ensure it does exist.
+
Writes a file
with raw
. If no raw
content is passed, it will overwrite with no content.
It is an exposed function: call write.fn()
, which takes the same arguments, in order to execute on call.
kpo :stream
kpo :stream
kpo :stream
Options taken by fs write functions.
+Options taken by fs functions.
If true
, it will require user confirmation for removal. Defaults to false
.
If true
, it will require user confirmation for removal. Default: false
.
If false
, it won't fail if a path doesn't exist for a read, or if it already exists for a write. Defaults to false
.
If false
, it won't fail if a path doesn't exist for a read, or if it already exists for a write. Default: false
.
Overwrites files if they already exist. Defaults to true
.
Whether to enable logging. Default: true
.
If false
, it won't fail if a path doesn't exist for a read, or if it already exists for a write. Defaults to false
.
If false
, it won't fail if a path doesn't exist for a read, or if it already exists for a write. Default: false
.
Whether to enable logging. Default: true
.
Options taken by fs functions.
+Options taken by fs write functions.
If true
, it will require user confirmation for removal. Defaults to false
.
If true
, it will require user confirmation for removal. Default: false
.
If false
, it won't fail if a path doesn't exist for a read, or if it already exists for a write. Defaults to false
.
If false
, it won't fail if a path doesn't exist for a read, or if it already exists for a write. Default: false
.
Whether to enable logging. Default: true
.
Overwrites files if they already exist. Default: true
.
TChildrenDefinition