Options
All
  • Public
  • Public/Protected
  • All
Menu

Module parser

Index

Functions

  • Parameters

    Returns ((input: string | Buffer) => Omit<FileApi, "fileKey">)

      • (input: string | Buffer): Omit<FileApi, "fileKey">
      • Parameters

        • input: string | Buffer

        Returns Omit<FileApi, "fileKey">

  • Props(node: Node, transform?: { key: ((k: string) => string); value: ((k: string) => string) }): Record<string, string>
  • Parameters

    • node: Node
    • transform: { key: ((k: string) => string); value: ((k: string) => string) } = ...
      • key: ((k: string) => string)
          • (k: string): string
          • Parameters

            • k: string

            Returns string

      • value: ((k: string) => string)
          • (k: string): string
          • Parameters

            • k: string

            Returns string

    Returns Record<string, string>

Generated using TypeDoc