UNPKG

hravemzdy.procezor

Version:

payroll-procezor Salary, Health, Social, Taxing Properties for years 2010-2022

10 lines (9 loc) 327 B
import { ICodeValue } from "../service_interfaces/ICodeValue"; export declare class VariantCode implements ICodeValue<number> { static readonly ZERO_VALUE: number; value: number; constructor(code: number); static zero(): VariantCode; static new(): VariantCode; static get(value: number): VariantCode; }