Skip to content

TypeScript definitions for the Druid query API

License

Notifications You must be signed in to change notification settings

mihai-peteu/druid.d.ts

This branch is 3 commits behind implydata/druid.d.ts:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 14, 2019
17ac922 · Mar 14, 2019

History

78 Commits
Mar 14, 2019
Oct 2, 2016
Sep 13, 2015
Jul 12, 2016
Mar 10, 2016
Oct 2, 2016
Mar 14, 2019
Mar 14, 2019

Repository files navigation

TypeScript definitions for the Druid API

For people who like all their types in order.

This ambient type definition was written as part of Plywood but was extracted as it can be of use in any TypeScript based project that deals with Druid queries.

Usage

  1. Copy the file druid/druid.d.ts into your project.

  2. Refer to it using: /// <reference path="path/to/file/druid.d.ts" />

  3. Use the types defined within the Druid module.

Note

These definitions use union and string types and thus requires TypeScript >= 1.8

About

TypeScript definitions for the Druid query API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%