The data can be imported into your JavaScript/TypeScript project with classes and type definitions.
npm i gatelogue-types
yarn add gatelogue-types
pnpm add gatelogue-types
deno add npm:gatelogue-types
bun add gatelogue-types
npx jsr add @mrt-map/gatelogue-types
yarn add jsr:@mrt-map/gatelogue-types
pnpm i jsr:@mrt-map/gatelogue-types
deno add jsr:@mrt-map/gatelogue-types
bunx jsr add @mrt-map/gatelogue-types
To import directly from the repository:
npm i 'https://gitpkg.vercel.app/mrt-map/gatelogue/gatelogue-types-ts?main'
yarn add 'https://gitpkg.vercel.app/mrt-map/gatelogue/gatelogue-types-ts?main'
pnpm add mrt-map/gatelogue#path:/gatelogue-types-ts
bun add 'git+https://gitpkg.vercel.app/mrt-map/gatelogue/gatelogue-types-ts?main'
To retrieve the data:
import { GD } from "gatelogue-types";await GD.get() // retrieve data, with sourcesawait GD.getNoSources() // retrieve data, no sources Copy
import { GD } from "gatelogue-types";await GD.get() // retrieve data, with sourcesawait GD.getNoSources() // retrieve data, no sources
Usage
The data can be imported into your JavaScript/TypeScript project with classes and type definitions.
npm i gatelogue-types
yarn add gatelogue-types
pnpm add gatelogue-types
deno add npm:gatelogue-types
bun add gatelogue-types
npx jsr add @mrt-map/gatelogue-types
yarn add jsr:@mrt-map/gatelogue-types
pnpm i jsr:@mrt-map/gatelogue-types
deno add jsr:@mrt-map/gatelogue-types
bunx jsr add @mrt-map/gatelogue-types
To import directly from the repository:
npm i 'https://gitpkg.vercel.app/mrt-map/gatelogue/gatelogue-types-ts?main'
yarn add 'https://gitpkg.vercel.app/mrt-map/gatelogue/gatelogue-types-ts?main'
pnpm add mrt-map/gatelogue#path:/gatelogue-types-ts
bun add 'git+https://gitpkg.vercel.app/mrt-map/gatelogue/gatelogue-types-ts?main'
To retrieve the data:
Example