AboutProfiling.js |
@typedef {import("../../@types/perf").State} StoreState
@typedef {import("../../@types/perf").PerformancePref} PerformancePref
|
10353 |
DirectoryPicker.js |
@typedef {Object} Props
@property {string[]} dirs
@property {() => void} onAdd
@property {(index: number) => void} onRemove
|
3094 |
moz.build |
|
351 |
Presets.js |
@template P
@typedef {import("react-redux").ResolveThunks<P>} ResolveThunks<P>
|
4341 |
Range.js |
@typedef {import("../../@types/perf").ScaleFunctions} ScaleFunctions
|
2126 |
Settings.js |
@typedef {Object} StateProps
@property {number} interval
@property {number} entries
@property {string[]} features
@property {string[]} threads
@property {string} threadsString
@property {string[]} objdirs
@property {string[]} supportedFeatures
|
18363 |