Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 402 Bytes

File metadata and controls

28 lines (17 loc) · 402 Bytes
id length
title length

Function: length()

function length<T>(arg): NumericFunctionReturnType<T>;

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

Type Parameters

T

T extends unknown

Parameters

arg

T

Returns

NumericFunctionReturnType<T>