Interface IGeometryFile

    interface IGeometryFile {
        buffer: Buffer;
        extension: string;
    }

    Properties

    Properties

    buffer: Buffer
    extension: string

    Generated using TypeDoc and TypeDoc Airthium Plugin