Tag.defaultWrapper
The private static property of Wrapper is the default value for the opening and closing parameters of the constructor. It can be set directly by the static accessor wrapper.
Wrapper
opening
closing
wrapper
private static defaultWrapper: Wrapper<any, any> = new Wrapper(`[`, `]`);
Last updated 4 years ago