UNPKG

@deepgram/deepdown-utils

Version:

Utility functions for Deepdown markdown templating

15 lines (14 loc) 359 B
/** * Utility functions for Deepdown markdown templating * @packageDocumentation */ /** * Validates a Deepdown template * @param template - The template to validate * @returns Whether the template is valid */ export declare function validateTemplate(template: string): boolean; /** * Version of the package */ export declare const version = "0.0.1";