Skip to content

resolveExampleCommand ​

Generated reference page for the resolveExampleCommand function export.

Signatures ​

ts
function resolveExampleCommand(command: ExampleCommand, meta: ExampleMeta): string;

Members ​

Members ​

resolveExampleCommand ​

Resolve an ExampleCommand to its string form for the given meta.

ts
(command: ExampleCommand, meta: ExampleMeta): string;

See Also ​

Released under the MIT License.