mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 02:01:40 -05:00

* refactor: switch `json-stable-stringify` to `fast-json-stable-stringify` * chore: drop `@types/json-stable-stringify` * Update CHANGELOG.md for #2065.
1 line
53 B
TypeScript
1 line
53 B
TypeScript
export default function stringify(obj: any): string;
|