@haxall/haxall
    Preparing search index...

    Interface PathToFileUrlOptions

    interface PathToFileUrlOptions {
        windows?: boolean;
    }
    Index

    Properties

    Properties

    windows?: boolean

    true if the path should be return as a windows filepath, false for posix, and undefined for the system default.

    undefined
    

    v22.1.0