mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-18 22:10:41 -07:00
feature: if the provided date is 'now', create a date (#14)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
function isString(value){
|
||||
return value instanceof String || typeof value === 'string';
|
||||
}
|
||||
|
||||
exports.isString = isString;
|
||||
Reference in New Issue
Block a user