UNPKG

113 BJavaScriptView Raw
1"use strict";
2
3exports.__esModule = true;
4exports.default = truthy;
5
6function truthy(value) {
7 return !!value;
8}
\No newline at end of file