UNPKG

@cortexql/core

Version:

A RESTful API framework for your apps based on GraphQL type system.

7 lines (5 loc) 224 B
import { getPackage } from './getPackage'; import { Context } from '../context'; export async function getPackageName(args: void, context: Context): Promise<string> { return (await getPackage(undefined, context)).name; }