Remix
Remix
remix/data-table/sql-helpers · FunctionView Source

normalizeJoinType

Summary

Normalizes an arbitrary join type string into inner, left, or right.

Signature

function normalizeJoinType(type: string): string;

Parameters

type

Input join type.

Returns

Normalized join type.