deno.land / x / pothos@release-1713397530 / packages / plugin-relay / utils / index.ts
12345678// @ts-nocheckexport * from './connections.ts';export * from './global-ids.ts';export * from './resolve-nodes.ts';export function capitalize(s: string) { return `${s.slice(0, 1).toUpperCase()}${s.slice(1)}`;}
Version Info