UNPKG
@gulujs/toml
Version:
latest (0.4.1)
0.4.1
0.3.1
0.3.0
TOML parser and serializer
github.com/gulujs/toml
gulujs/toml
@gulujs/toml
/
dist
/
table-object
/
table-comment.d.ts
5 lines
(4 loc)
•
153 B
TypeScript
View Raw
1
2
3
4
5
export
declare
class
TableComment
{
static
getComment
(
obj
:
object
):
string
| undefined;
static
setComment
(
obj
:
object
,
comment
:
string
):
void
; }