UNPKG

@puq/names

Version:

The library provides a useful function to create all casing variants of a given string value such as title-case, pascal-case, snake-case and so more.

4 lines 290 B
import type { StringRecord } from '@puq/types'; import type { ResourceOperationNames } from '../resource-names/resource-operation-name.js'; export declare function resourcePaths(resourceName: string): StringRecord<typeof ResourceOperationNames>; //# sourceMappingURL=resource-paths.d.ts.map