UNPKG

@puq/names

Version:

The String Names Library provides a simple names function that takes a string input and returns all possible naming convention variants, such as camelCase, snake_case, CONSTANT_CASE, and more. Perfect for tasks like code generation, formatting standardiza

9 lines 251 B
import type { Paths } from './paths-type.js'; /** * RestApi resource path builder * @param resourceName * @param prefix * @returns */ export declare function paths(resourceName: string, prefix?: string): Paths; //# sourceMappingURL=paths.d.ts.map