toArray()
Attribute.prototype.toArray()
Attribute.prototype.toArray()public toArray(): readonly [Name, Value] {
return [this.#name, this.#value];
}Returns
Example usage
// Example usage.
import { Attribute } from '@angular-package/tag';
Last updated