pub const fn render_js<const CAPACITY: usize>(
endpoint: &Endpoint,
) -> Output<CAPACITY>Expand description
Render the Javascript module for one endpoint.
Call once with CAPACITY = 0 to measure, then again with CAPACITY set to the measured
length.