Last active
August 24, 2016 00:59
-
-
Save chenglou/c1e192f0c9e7e54d6a2e00c73a603624 to your computer and use it in GitHub Desktop.
Facebook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Copyright 2004-present Facebook. All Rights Reserved. | |
| * | |
| * @providesModule bsPlatformBuffer | |
| * @flow | |
| * @whateverPragmaHere | |
| */ | |
| 'use strict'; | |
| var Bytes = require("bsPlatformBytes"); | |
| var Caml_builtin_exceptions = require("bsPlatformCaml_builtin_exceptions"); | |
| var Pervasives = require("bsPlatformPervasives"); | |
| var Sys = require("bsPlatformSys"); | |
| var Curry = require("bsPlatformCurry"); | |
| var $$String = require("bsPlatformString"); | |
| var Caml_string = require("bsPlatformCaml_string"); | |
| function create(n) { | |
| // ... | |
| } | |
| module.exports = { | |
| create: create, | |
| // ... | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment