Add extensions

This commit is contained in:
Daniel Bulant 2020-05-13 11:56:33 +02:00 committed by GitHub
parent de83e3f366
commit 0d81bd6f1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
export { default as CommentNode } from './nodes/comment';
export { default as HTMLElement, parse, parse as default, Options } from './nodes/html';
export { default as Node } from './nodes/node';
export { default as TextNode } from './nodes/text';
export { default as NodeType } from './nodes/type';
export { default as CommentNode } from './nodes/comment.ts';
export { default as HTMLElement, parse, parse as default, Options } from './nodes/html.ts';
export { default as Node } from './nodes/node.ts';
export { default as TextNode } from './nodes/text.ts';
export { default as NodeType } from './nodes/type.ts';