dhaga.docs
API referenceFunctions

humanizePredicate()

function humanizePredicate(predicate): string;

Defined in: relationships.ts:54

Turn a snake_case predicate into a plain phrase ("used_to_work_at" -> "used to work at").

Parameters

predicate

string

Returns

string

On this page