UNPKG

@jonstuebe/allot-utils

Version:

Util functions for Allot

3 lines (2 loc) 106 B
import { Paycheck } from "./types"; export declare function createPaycheck(paycheck: Paycheck): Paycheck;