UNPKG
@quartic/bokehjs
Version:
latest (0.12.5)
0.12.5
Interactive, novel data visualization
github.com/bokeh/bokeh
bokeh/bokeh
@quartic/bokehjs
/
build
/
js
/
tree_ts
/
api
/
typings
/
utils.d.ts
7 lines
(6 loc)
•
109 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
namespace
Bokeh
{ export
interface
Class
<
T
> {
new
(...
args
: any[]): T; prototype: T; } }