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

pgTableCreator

function pgTableCreator(customizeTableName: (name: string) => string): pgTable;
§
pgTableCreator(customizeTableName: (name: string) => string): pgTable
[src]

§Parameters

§
customizeTableName: (name: string) => string
[src]

§Return Type

§
pgTable
[src]