Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 396 Bytes

File metadata and controls

28 lines (17 loc) · 396 Bytes
id lower
title lower

Function: lower()

function lower<T>(arg): StringFunctionReturnType<T>;

Defined in: packages/db/src/query/builder/functions.ts:267

Type Parameters

T

T extends unknown

Parameters

arg

T

Returns

StringFunctionReturnType<T>