content-entry
Advanced tools
Comparing version 4.1.1 to 4.1.2
{ | ||
"name": "content-entry", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"publishConfig": { | ||
@@ -42,3 +42,3 @@ "access": "public" | ||
"semantic-release": "^18.0.1", | ||
"typescript": "^4.6.0-dev.20220113" | ||
"typescript": "^4.6.0-dev.20220115" | ||
}, | ||
@@ -45,0 +45,0 @@ "engines": { |
@@ -48,2 +48,3 @@ [![npm](https://img.shields.io/npm/v/content-entry.svg)](https://www.npmjs.com/package/content-entry) | ||
* [buffer](#buffer) | ||
* [encoding](#encoding) | ||
* [equalsContent](#equalscontent) | ||
@@ -191,2 +192,8 @@ * [Parameters](#parameters-5) | ||
### encoding | ||
The default encoding used to convert content to strings. | ||
Returns **BufferEncoding** | ||
### equalsContent | ||
@@ -323,2 +330,4 @@ | ||
Returns **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Boolean)** true if content of a equals b | ||
# install | ||
@@ -325,0 +334,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
25198
341