mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 12:50:38 -07:00
refactor: import rollup
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
module.exports = function (isTruthy) {
|
||||
export default function (isTruthy) {
|
||||
return {
|
||||
'==': (l, r) => l === r,
|
||||
'!=': (l, r) => l !== r,
|
||||
|
||||
Reference in New Issue
Block a user