1// Code generated by 'yaegi extract html'. DO NOT EDIT.
2
3//go:build go1.17
4// +build go1.17
5
6package stdlib
7
8import (
9	"html"
10	"reflect"
11)
12
13func init() {
14	Symbols["html/html"] = map[string]reflect.Value{
15		// function, constant and variable definitions
16		"EscapeString":   reflect.ValueOf(html.EscapeString),
17		"UnescapeString": reflect.ValueOf(html.UnescapeString),
18	}
19}
20