SetConfig sets the config of the import map.
(config Config)
| 144 | |
| 145 | // SetConfig sets the config of the import map. |
| 146 | func (im *ImportMap) SetConfig(config Config) { |
| 147 | im.config = config |
| 148 | } |
| 149 | |
| 150 | // Integrity returns the integrity of the import map. |
| 151 | func (im *ImportMap) Integrity() *Imports { |