UNPKG

@dillonkearns/elm-graphql

Version:

<img src="https://cdn.jsdelivr.net/gh/martimatix/logo-graphqelm/logo.svg" alt="dillonearns/elm-graphql logo" width="40%" align="right">

10 lines (8 loc) 211 B
import * as path from "path"; export function prependBasePath( suffixPath: string, baseModule: string[], outputPath: string ): string { return path.join(outputPath, baseModule.join("/"), suffixPath); }