Skip to main content

Module prelude

Module prelude 

Source
Expand description

Curated facade prelude for common JavaScript ecosystem primitives.

Structs§

AngularModuleName
Validated Angular module name metadata.
AngularSelector
Validated Angular selector metadata.
AstroIntegrationName
Validated Astro integration name metadata.
JqueryEventName
Validated jQuery event name metadata.
JquerySelector
Validated non-empty jQuery selector text.
JsIdentifier
Validated ASCII-safe JavaScript identifier.
JsModuleSpecifier
Validated JavaScript module specifier.
LitElementName
Validated Lit custom element name metadata.
LitPropertyName
Validated Lit property name metadata.
NextJsRouteSegment
Validated Next.js route segment metadata.
PackageName
Validated package name metadata.
PackageVersion
PreactComponentName
Validated Preact component name metadata.
PreactHookName
Validated Preact hook name metadata.
QwikComponentName
Validated Qwik component name metadata.
ReactComponentName
Validated React component name metadata.
ReactHookName
Validated React hook name metadata.
RemixRoutePath
Validated Remix route path metadata.
SolidComponentName
Validated SolidJS component name metadata.
SolidSignalName
Validated SolidJS signal name metadata.
StorybookComponentTitle
Validated Storybook component title metadata.
StorybookStoryName
Validated Storybook story name metadata.
SvelteComponentName
Validated Svelte component name metadata.
SvelteDirectiveName
Validated Svelte directive name metadata.
VueComponentName
Validated Vue component name metadata.

Enums§

AstroRenderingMode
Astro rendering mode labels.
EcmaScriptTarget
Common ECMAScript language target labels.
TsModuleResolution
TypeScript module resolution labels.
TsTarget
TypeScript target metadata.