UNPKG

load-templates

Version:
17 lines (14 loc) 187 B
'use strict'; /** * Root `keys` that might exist on a template object. */ module.exports = [ 'path', 'ext', 'content', 'data', 'locals', 'value', 'orig', 'options' ];