createPaste
Reviewed By: jknoxville Differential Revision: D14224400 fbshipit-source-id: 9a9a8578de00d276d65a7928964eae619f5bc41f
This commit is contained in:
committed by
Facebook Github Bot
parent
6118dee3e7
commit
99ea11b8e6
10
src/fb-stubs/createPaste.js
Normal file
10
src/fb-stubs/createPaste.js
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Copyright 2018-present Facebook.
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
* @format
|
||||
*/
|
||||
|
||||
export default function createPaste(input: string): Promise<?string> {
|
||||
return Promise.reject('Not implemented!');
|
||||
}
|
||||
Reference in New Issue
Block a user