mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-17 05:10:40 -07:00
7 lines
122 B
TypeScript
7 lines
122 B
TypeScript
export enum BlockMode {
|
|
/* store rendered html into blocks */
|
|
OUTPUT,
|
|
/* output rendered html directly */
|
|
STORE
|
|
}
|