Socket
Book a DemoInstallSign in
Socket

template-delimiters

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

template-delimiters

Delimiters for common template engines.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

template-delimiters NPM version

Delimiters for common template engines.

Install

Install with npm:

npm i template-delimiters --save-dev

Run tests

npm test

Usage

var delims = require('template-delimiters');
console.log(delims.handlebars);
//=> /\{\{\s*([^\}]+)\s*\}\}/g

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

Author

Jon Schlinkert

License

Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license

This file was generated by verb-cli on October 18, 2014.

Keywords

delim

FAQs

Package last updated on 18 Oct 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts