UNPKG

@cimo/pid

Version:

Process id. Light, fast and secure.

10 lines (9 loc) 203 B
export interface Iparameter { tag: string; data: string; timeLimit: number; timeCreated: number; } export interface IcallbackAction { (pidIsRunning: boolean, pidKey: number): void; }