UNPKG
@quartic/bokehjs
Version:
latest (0.12.5)
0.12.5
Interactive, novel data visualization
github.com/bokeh/bokeh
bokeh/bokeh
@quartic/bokehjs
/
src
/
coffee
/
node.d.ts
9 lines
(7 loc)
•
199 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
declare
module
"fs"
{
export
function
existsSync
(
path
:
string
):
boolean
}
declare
module
"path"
{
export
function
join
(
...
paths
:
string
[]
):
string
export
function
dirname
(
p
:
string
):
string
}