Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

text

function text<TName extends string, U extends string, T extends Readonly<[U, ...U[]]>>(name: TName, config?: PgTextConfig<Writable<T>>): PgTextBuilderInitial<TName, Writable<T>>;
§
text<TName extends string, U extends string, T extends Readonly<[U, ...U[]]>>(name: TName, config?: PgTextConfig<Writable<T>>): PgTextBuilderInitial<TName, Writable<T>>
[src]

§Type Parameters

§
TName extends string
[src]
§
U extends string
[src]
§
T extends Readonly<[U, ...U[]]>
[src]

§Parameters

§
name: TName
[src]
§
config?: PgTextConfig<Writable<T>> optional
[src]

§Return Type

§
PgTextBuilderInitial<TName, Writable<T>>
[src]