mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup
This commit is contained in:
5
nativescript-core/fps-meter/fps-meter.d.ts
vendored
5
nativescript-core/fps-meter/fps-meter.d.ts
vendored
@@ -1,9 +1,4 @@
|
||||
/**
|
||||
* Allows you to capture the frames-per-second metrics of your application.
|
||||
* @module "fps-meter"
|
||||
*/ /** */
|
||||
|
||||
/**
|
||||
* Starts the frames-per-second meter.
|
||||
*/
|
||||
export function start(): void;
|
||||
|
||||
4
nativescript-core/fps-meter/fps-native.d.ts
vendored
4
nativescript-core/fps-meter/fps-native.d.ts
vendored
@@ -1,8 +1,4 @@
|
||||
/**
|
||||
* @module "fps-meter/fps-native"
|
||||
*/ /** */
|
||||
|
||||
/**
|
||||
* An utility class used to measure frames per second.
|
||||
*/
|
||||
export class FPSCallback {
|
||||
|
||||
Reference in New Issue
Block a user