UNPKG
@difizen/magent-au
Version:
latest (0.1.33)
0.1.33
0.1.30
0.1.29
0.1.28
0.1.27
github.com/difizen/magent
difizen/magent
@difizen/magent-au
/
es
/
views
/
base-layout
/
protocol.js
6 lines
•
186 B
JavaScript
View Raw
1
2
3
4
5
6
import
{ View } from
'@difizen/mana-app'
; export
var
NavigatablePageType = {
is
: function
is
(
data
) {
return
data
&& View.
is
(
data
) &&
'goBack'
in
data
&&
'pageTitle'
in
data
; } };