From 3f89dd2db6dddd121a6a5162b3dba503380671bb Mon Sep 17 00:00:00 2001 From: Oleksandr Sokolov Date: Thu, 2 Aug 2018 08:27:48 -0700 Subject: [PATCH] Setup /RKJSModules/Marketplace directory structure + extracting MarketplaceRelayQueryConstants and dependencies Reviewed By: fkgozali Differential Revision: D9110647 fbshipit-source-id: e04d523a2dc26f923f083533b9aeabc12d18f23d --- Libraries/vendor/core/guid.js.flow | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Libraries/vendor/core/guid.js.flow diff --git a/Libraries/vendor/core/guid.js.flow b/Libraries/vendor/core/guid.js.flow new file mode 100644 index 00000000000..e41d259281a --- /dev/null +++ b/Libraries/vendor/core/guid.js.flow @@ -0,0 +1,12 @@ +/** + * Copyright 2004-present Facebook. All Rights Reserved. + * + * @flow strict + * @format + */ + +'use strict'; + +declare function guid(): string; + +module.exports = guid;