UNPKG

mcard-js

Version:

MCard - Content-addressable storage with cryptographic hashing, handle resolution, and vector search for Node.js and browsers

8 lines 469 B
import { BaseDetector } from './BaseDetector'; export declare class OBJDetector implements BaseDetector { readonly contentTypeName = "obj"; private static readonly COMMANDS; detect(contentSample: string | Uint8Array, lines: string[], firstLine: string, fileExtension?: string): number; getMimeType(contentSample: string | Uint8Array, lines: string[], firstLine: string, fileExtension?: string): string | null; } //# sourceMappingURL=OBJDetector.d.ts.map