Repository URL to install this package:
Version:
1.0.1-0 ▾
|
// @flow
/* eslint-disable camelcase, no-undef */
declare var __webpack_nonce__: string
export default () =>
typeof __webpack_nonce__ !== 'undefined' ? __webpack_nonce__ : null