Last updated 3 years ago
Was this helpful?
Wrap.prototype.getClosing()
Gets the chars of the wrap by returning the property of a specified object.
public getClosing(): Closing { return this.#closing; }
The return value is chars of a generic type variable .
// Example usage. import { Wrap } from '@angular-package/wrapper'; // Returns ] of type "]". new Wrap(`[`, `]`).getClosing();
#closing
closing
Closing