UNPKG
react-native-inlight
Version:
latest (1000.0.0)
1000.0.0
0.56.2
0.56.1
0.56.0
A framework for building native apps using React
github.com/zzyhdu/react-native
zzyhdu/react-native
react-native-inlight
/
Libraries
/
vendor
/
core
/
guid.js.flow
13 lines
(9 loc)
•
168 B
Flow
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** * Copyright 2004-present Facebook. All Rights Reserved. * *
@flow
strict
*
@format
*/
'use strict'
;
declare
function
guid
(
):
string
;
module
.
exports
= guid;