UNPKG

dbjs-persistence

Version:
11 lines (9 loc) 202 B
'use strict'; module.exports = function (t, a) { a(t()(''), false); a(t()('0'), false); a(t()('11'), true); a(t('3raz')('22'), false); a(t('3raz')('3foo'), false); a(t('3raz')('3raz'), true); };