Skip to content

Instantly share code, notes, and snippets.

@chenglou
Last active August 24, 2016 00:59
Show Gist options
  • Save chenglou/c1e192f0c9e7e54d6a2e00c73a603624 to your computer and use it in GitHub Desktop.
Save chenglou/c1e192f0c9e7e54d6a2e00c73a603624 to your computer and use it in GitHub Desktop.
Facebook
/**
* 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