react-native/website/react-docgen/lib/utils/index.js

24 lines
938 B
JavaScript

/*
* Copyright (c) 2015, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
*/
"use strict";
exports.docblock = require('./docblock');
exports.getMembers = require('./getMembers');
exports.getPropType = require('./getPropType');
exports.getPropertyName = require('./getPropertyName');
exports.getPropertyValuePath = require('./getPropertyValuePath');
exports.isExportsOrModuleAssignment = require('./isExportsOrModuleAssignment');
exports.isReactCreateClassCall = require('./isReactCreateClassCall');
exports.isReactModuleName = require('./isReactModuleName');
exports.match = require('./match');
exports.resolveToModule = require('./resolveToModule');
exports.resolveToValue = require('./resolveToValue');