Skip to content

splitGeneric

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/libs/parser-core/src/openapi/model-schemas.ts

PaginatedItems<CatalogItem>{ base, args }; anything else → undefined.

Signature

ts
function splitGeneric(name: string): { base: string; args: string[] } | undefined

Parameters

NameType
namestring

Returns: { base: string; args: string[] } | undefined

Was this page helpful?

Download as PDF