squirrellyjs / squirrelly

Semi-embedded JS template engine that supports helpers, filters, partials, and template inheritance. 4KB minzipped, written in TypeScript ⛺
https://squirrelly.js.org
MIT License
571 stars 81 forks source link

check if the native prototype method exists. #191

Closed vinothbabu closed 4 years ago

vinothbabu commented 4 years ago

The current usage was breaking the build, so modified the way to check whether the native method exists or not.