stevemao / html-comment-regexLinks
Regular expression for matching HTML comments
☆15Updated 7 years ago
Alternatives and similar repositories for html-comment-regex
Users that are interested in html-comment-regex are comparing it to the libraries listed below
Sorting:
- Copy static properties, prototype properties, and descriptors from one object to another☆15Updated 5 years ago
- Modern Buffer API polyfill without footguns☆27Updated 4 years ago
- Define a non-enumerable property on an object.☆21Updated 2 years ago
- Extend the properties from any number of objects onto the first object. Pass an empty object as the first arg to create a new object.☆14Updated 7 years ago
- Get the user home directory with fallback to the system temp directory☆30Updated 4 years ago
- Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notati…☆24Updated 4 years ago
- Unpipe a stream from all destinations☆22Updated 5 years ago
- the tty module from node core for browsers☆18Updated last year
- Utility method to run function either synchronously or asynchronously using the common `this.async()` style.☆25Updated 6 months ago
- Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)☆50Updated 4 years ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated last month
- Node.js 0.12 path.isAbsolute() ponyfill☆43Updated 5 years ago
- ES2015 Number.isNaN() ponyfill☆29Updated last year
- Check if a path is the current working directory☆22Updated 9 months ago
- Make a shallow clone of an object, array or primitive.☆31Updated 5 months ago
- Regular expression for matching file names, with or without extension.