Options
All
  • Public
  • Public/Protected
  • All
Menu

@gabio/markdown-transpiler

Index

Type aliases

Dependencies

Dependencies: {}

A tree of dependencies. If the value is an array, it should be treated as named imports. If the value is a string, it should be treated as a default import.

Example:

const deps: Dependencies = {
  '@gabio/design-svelte': [
    'GioButton',
    'GioHeading'
  ],
  '@gabio/markdown-parser': 'MarkdownParser'
}

Type declaration

  • [key: string]: string[] | string

MarkdownParserOutput

MarkdownParserOutput: { dependencies: Dependencies; parsedContent: string }

Type declaration

Functions

ensureDirectoryExistence

  • ensureDirectoryExistence(dirname: string): undefined | true
  • Creates a complete path to the child directory

    Parameters

    • dirname: string

      The complete directory path to be created

    Returns undefined | true

randomString

  • randomString(length: number): string

Generated using TypeDoc