github.com/munnerz/test-infra@v0.0.0-20190108210205-ce3d181dc989/prow/spyglass/lenses/lens.d.ts (about) 1 import {Spyglass} from "test_infra/prow/cmd/deck/static/spyglass/lens"; 2 3 declare global { 4 // The `spyglass` global is injected into the environment the lens runs in by spyglass. 5 const spyglass: Spyglass; 6 }