Skip to content

Commit 3f89dd2

Browse files
oleolekfacebook-github-bot
authored andcommitted
Setup /RKJSModules/Marketplace directory structure + extracting MarketplaceRelayQueryConstants and dependencies
Reviewed By: fkgozali Differential Revision: D9110647 fbshipit-source-id: e04d523a2dc26f923f083533b9aeabc12d18f23d
1 parent 1f88a71 commit 3f89dd2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Libraries/vendor/core/guid.js.flow

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/**
2+
* Copyright 2004-present Facebook. All Rights Reserved.
3+
*
4+
* @flow strict
5+
* @format
6+
*/
7+
8+
'use strict';
9+
10+
declare function guid(): string;
11+
12+
module.exports = guid;

0 commit comments

Comments
 (0)