UNPKG

@accounter/server

Version:

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

7 lines (6 loc) 393 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 isAccountingDocument(type: document_type): boolean; export declare function getDocumentNameFromType(documentType: DocumentType): string;