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