mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-17 13:20:41 -07:00
## [7.2.1](https://github.com/harttle/liquidjs/compare/v7.2.0...v7.2.1) (2019-02-22)
### Bug Fixes
* default length for truncate and truncatewords ([56c7992](https://github.com/harttle/liquidjs/commit/56c7992))
5 lines
91 B
TypeScript
5 lines
91 B
TypeScript
export default abstract class Template<T> {
|
|
token: T;
|
|
constructor(token: T);
|
|
}
|