6 lines
125 B
Haxe
6 lines
125 B
Haxe
package webextension_polyfill.runtime;
|
|
|
|
/**
|
|
The operating system the browser is running on.
|
|
**/
|
|
typedef PlatformOs = String; |