mirror of https://github.com/sveltejs/svelte
parent
7f3cd0d655
commit
699328b165
@ -0,0 +1,6 @@
|
||||
import Node from './shared/Node';
|
||||
|
||||
export default class Meta extends Node {
|
||||
type: 'Meta';
|
||||
data: string;
|
||||
}
|
Loading…
Reference in new issue