mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
6 lines
120 B
TypeScript
6 lines
120 B
TypeScript
import * as frame from '@nativescript/core/ui/frame';
|
|
|
|
export function navigate(args) {
|
|
frame.topmost().goBack();
|
|
}
|