UNPKG

@accounter/server

Version:

The test suite is split into three Vitest projects for efficiency and isolation:

5 lines (3 loc) 179 B
import { InjectionToken } from 'graphql-modules'; import type { Environment } from './types/index.js'; export const ENVIRONMENT = new InjectionToken<Environment>('ENVIRONMENT');