@loaders.gl/shapefile
Version:
Loader for the Shapefile Format
10 lines • 314 B
TypeScript
/** Information about the DBF format */
export declare const DBFFormat: {
readonly name: "DBF";
readonly id: "dbf";
readonly module: "shapefile";
readonly category: "table";
readonly extensions: ["dbf"];
readonly mimeTypes: ["application/x-dbf"];
};
//# sourceMappingURL=dbf-format.d.ts.map