UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

5 lines (4 loc) 149 B
/** * Removes the npm scope prefix from a package name when present. */ export declare function stripNpmPackageScope(packageName: string): string;