Files
clawbot/skills/remotion-prompt-video/node_modules/@remotion/studio-shared/dist/get-project-name.d.ts
T

7 lines
255 B
TypeScript

import type { GitSource } from './git-source';
export declare const getProjectName: ({ gitSource, resolvedRemotionRoot, basename, }: {
gitSource: GitSource | null;
resolvedRemotionRoot: string;
basename: (str: string) => string;
}) => string;