Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
view-container / src / utils / nonce.tsx
Size: Mime:
// @flow
/* eslint-disable camelcase, no-undef */

declare var __webpack_nonce__: string

export default () =>
  typeof __webpack_nonce__ !== 'undefined' ? __webpack_nonce__ : null