Package-level declarations
Functions
Link copied to clipboard
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
external fun mkdirPAsync(fsPath: String): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for Void>
Link copied to clipboard
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
external fun whichAsync(tool: String, check: Boolean = definedExternally): ERROR CLASS: Symbol not found for Promise<kotlin/String>