mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-23 17:16:52 +08:00
5 lines
103 B
TypeScript
5 lines
103 B
TypeScript
import * as frame from "ui/frame";
|
|
|
|
export function navigate(args) {
|
|
frame.topmost().goBack();
|
|
} |