Browse documentation

directives

Exposes the registered runtime directives by name.

Table of contents

Category

Value

Import

js
import { directives } from "valyrian.js";

Public signature

ts
Record<string, Directive>

Parameters

This symbol exposes a value and does not accept parameters.

Result

ts
Record<string, Directive>