UNPKG

@appsemble/node-utils

Version:

NodeJS utilities used by Appsemble internally.

10 lines (9 loc) 283 B
/** * Discover Appsemble blocks based on workspaces in a monorepo. * * npm workspaces are supported. * * @param cwd The project root in which to find workspaces. * @returns Discovered Appsemble blocks. */ export declare function getWorkspaces(cwd: string): Promise<string[]>;