You're viewing archived documentation for @imqueue/rpc v1.17.1. APIs may differ from the current release. View the latest version ↗

mkdir() function

Async mkdir

Signature:

export declare function mkdir(path: string): Promise<unknown>;

Parameters

Parameter

Type

Description

path

string

{Promise}

Returns:

Promise<unknown>