nerdstep/elide-jsonapi-client

View on GitHub
src/serialize.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function serialize has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function serialize(
  obj: NormalizedResource,
  options: SerializeOptions = {},
): Request {
  const { type } = obj
Severity: Minor
Found in src/serialize.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status