UNPKG
lysergic
Version:
latest (0.2.7)
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.5
0.1.4
0.1.2
0.1.1
0.1.0
Synaptic's neural network compiler
github.com/cazala/lysergic
cazala/lysergic
lysergic
/
dist
/
ast
/
helpers.d.ts
3 lines
(2 loc)
•
159 B
TypeScript
View Raw
1
2
3
export
declare
function
childrenRef
(
index
:
number
):
(
target
:
any
,
propertyKey
:
string
|
symbol
) =>
void
;
export
declare
function
indent
(
text
:
string
):
string
;