UNPKG

@accounter/server

Version:

The test suite is split into three Vitest projects for efficiency and isolation:

6 lines (5 loc) 317 B
import { DocumentType } from '../../../shared/enums.js'; import { document_type } from '../types.js'; export declare function isInvoice(type: document_type): boolean; export declare function isReceipt(type: document_type): boolean; export declare function getDocumentNameFromType(documentType: DocumentType): string;