Package-level declarations

Types

Link copied to clipboard
external interface CopyOptions
Link copied to clipboard
external interface MoveOptions

Functions

Link copied to clipboard
suspend external fun cp(source: String, dest: String, options: CopyOptions = definedExternally)
Link copied to clipboard
external fun cpAsync(source: String, dest: String, options: CopyOptions = definedExternally): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for Void>
Link copied to clipboard
suspend external fun findInPath(tool: String): ERROR CLASS: Symbol not found for ReadonlyArray<kotlin/String>
Link copied to clipboard
external fun findInPathAsync(tool: String): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for ReadonlyArray<kotlin/String>>
Link copied to clipboard
suspend external fun mkdirP(fsPath: String)
Link copied to clipboard
external fun mkdirPAsync(fsPath: String): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for Void>
Link copied to clipboard
suspend external fun mv(source: String, dest: String, options: MoveOptions = definedExternally)
Link copied to clipboard
external fun mvAsync(source: String, dest: String, options: MoveOptions = definedExternally): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for Void>
Link copied to clipboard
suspend external fun rmRF(inputPath: String)
Link copied to clipboard
external fun rmRFAsync(inputPath: String): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for Void>
Link copied to clipboard
suspend external fun which(tool: String, check: Boolean = definedExternally): String
Link copied to clipboard
external fun whichAsync(tool: String, check: Boolean = definedExternally): ERROR CLASS: Symbol not found for Promise<kotlin/String>