Skip to content

Type alias: SolidLeafSlug

Ƭ SolidLeafSlug: `${string}${EveryLegalPathnameCharacterOtherThanSlash}${NonPathnameEnding}` & {}

A SolidLeafSlug is any string that does not have a pahtname that ends in a "/". It represents a data resource or a binary resource. Not a container.

Defined in

packages/connected-solid/src/types.ts:28