Skip to content

Export src/utils #1293

@Uninen

Description

@Uninen

Is your feature request related to a problem? Please describe.

I'm trying to build a custom oauth scheme based on the provided oauth scheme but none of the utils imports are available in the dist build.

Namely, in src/schemes/oauth2.ts:

import {
  encodeQuery,
  getProp,
  normalizePath,
  parseQuery,
  removeTokenPrefix,
  urlJoin,
  randomString
} from '../utils'

Describe the solution you'd like to see

Export all src/utils to end users.

Describe alternatives you've considered

One could always implement these themselves but it's kind of pointless, right?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions