2 lines
119 B
TypeScript
2 lines
119 B
TypeScript
export declare const checkInteractive: (...args: any[]) => boolean;
|
|
export declare const isInteractive: () => boolean;
|