@victorequena22/conneccion
Version:
Utilidades para mi uso que pongo a dispocion
11 lines (10 loc) • 324 B
TypeScript
export declare function setEstadoUpdater(line: (table: string) => void): void;
export declare function setEstado(table: string): void;
export declare function IE({ id, estatus }: {
id: number;
estatus: number;
}): string;
export declare function IEL(d: {
id: number;
estatus: number;
}[]): string;