constants.js 175 B

123456
  1. 'use strict'
  2. exports.__esModule = true
  3. exports.SPEC_URL = void 0
  4. const SPEC_URL = 'https://github.com/jaydenseric/graphql-multipart-request-spec'
  5. exports.SPEC_URL = SPEC_URL