UNPKG
ajsfw
Version:
latest (1.0.0-alpha)
1.0.0-alpha
Ajs Framework
ajsfw.azurewebsites.net
atomsoftwarestudios/Ajs
ajsfw
/
v-dom
/
lib
/
CommentNode.d.ts
6 lines
(5 loc)
•
180 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
IDocument
}
from
"./IDocument"
;
import
Node
from
"./Node"
;
export
default
class
CommentNode
extends
Node
{
constructor
(
data
:
string
,
ownerDocument
:
IDocument
); }