Function: createProject()
Parameters
name
string
Returns
Promise
<Project
>ℹ️ These docs are for the v2.0 version of Galileo. Documentation for v1.0 version can be found here.
function createProject(name: string): Promise<Project>;
string
Promise
<Project
>Was this page helpful?