Skip to main content

PathPredicate

Hierarchy

Index

Properties

Properties

async

async: (...arguments_: [path: string]) => Promise<boolean>

Type declaration

    • (...arguments_: [path: string]): Promise<boolean>
    • Parameters

      • rest...arguments_: [path: string]

      Returns Promise<boolean>

sync

sync: (path: string) => boolean

Type declaration

    • (path: string): boolean
    • Parameters

      • path: string

      Returns boolean