3 lines
50 B
TypeScript
3 lines
50 B
TypeScript
|
declare const isFF: boolean;
|
||
|
export default isFF;
|