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

createListPlugins

This function returns an array of plugins that are required for list to work.

The plugins are shown below. You can pick and choose which plugins you want to use if you want to customize some behavior.

function createListPlugins(options: {
schema: Schema;
}
): Plugin[];
§
createListPlugins(options: {
schema: Schema;
}
): Plugin[]
[src]

§Parameters

§
options: {
schema: Schema;
}
[src]

§Return Type