@playform/inline - v0.1.4
    Preparing search index...

    Interface Interface

    interface Interface {
        Beasties?: boolean | Interface;
        Cache?: boolean | Interface;
        Path?: boolean | Type | Type[] | Set<Type>;
        Exclude?: boolean | Type | Type[] | Set<Type>;
        File?: string | boolean | string[];
        Action?: boolean | Interface;
        Logger?: boolean | Type;
    }

    Hierarchy

    • default
      • Interface
    Index

    Properties

    Beasties?: boolean | Interface
    Cache?: boolean | Interface

    Configuration for the target cache.

    { Search: "./", Folder: "./Cache" }
    
    Path?: boolean | Type | Type[] | Set<Type>

    Configuration for the target path(s).

    "./Target"
    
    Exclude?: boolean | Type | Type[] | Set<Type>

    Criteria for excluding files.

    File?: string | boolean | string[]

    File patterns to be matched.

    Action?: boolean | Interface

    Action pipe configuration.

    Logger?: boolean | Type

    Debugging level.

    2