swc/crates/swc_bundler/tests/deno-exec/deno-9307/.case1/input/deps.ts
2021-11-09 20:42:49 +09:00

5 lines
329 B
TypeScript

export { JsonPointer } from "https://cdn.skypack.dev/json-ptr";
export * as G from "https://deno.land/x/graphql_deno@v15.0.0/mod.ts";
export * as R from "https://deno.land/x/ramda@v0.27.2/mod.ts";
export type { OpenAPIV3 } from "https://raw.githubusercontent.com/kogosoftwarellc/open-api/master/packages/openapi-types/index.ts";