Options
All
  • Public
  • Public/Protected
  • All
Menu

Module nextra/scan

Index

Interfaces

Functions

Functions

scan

  • scan(root: string, options?: ScanOptions): Promise<Map<string, Dirent>>
  • Recursively scans a directory, returning a map of stats keyed on the full path to the item.

    function

    scan

    memberof

    fsn/nextra

    Parameters

    • root: string

      The path to scan

    • options: ScanOptions = {}

      The options for the scan

    Returns Promise<Map<string, Dirent>>

Generated using TypeDoc