UNPKG
toml
Version:
latest (4.1.1)
4.1.1
4.1.0
4.0.1
4.0.0
3.0.0
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.3
2.2.2
2.2.1
2.2.0
2.1.1
2.1.0
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
0.0.0
TOML parser for Node.js (TOML v1.1.0 compliant)
github.com/BinaryMuse/toml-node
BinaryMuse/toml-node
toml
/
index.d.ts
4 lines
(3 loc)
•
71 B
TypeScript
View Raw
1
2
3
4
declare
module
'toml'
{
export
function
parse
(
input
:
string
):
any
; }