getClosing()
Wrap.prototype.getClosing()
Wrap.prototype.getClosing()public getClosing(): Closing {
return this.#closing;
}Returns
Example usage
// Example usage.
import { Wrap } from '@angular-package/wrapper';
// Returns ] of type "]".
new Wrap(`[`, `]`).getClosing();Last updated