UNPKG

cloudworker-proxy

Version:
9 lines (7 loc) 134 B
'use strict'; module.exports = function (t, a) { a(t('foo'), true); a(t('if'), false); a(t('_if'), true); a(t('-if'), false); };