UNPKG
smh-mongoose-utils
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Mongoose utilities
github.com/smuniharish/smh-mongoose-utils.git
smuniharish/smh-mongoose-utils
smh-mongoose-utils
/
lib
/
utils
/
bufferUtils.d.ts
4 lines
(3 loc)
•
159 B
TypeScript
View Raw
1
2
3
4
declare
const
BufferToString
:
(
buffer
:
Buffer
) =>
string
;
declare
const
StringToBuffer
:
(
string
:
string
) =>
Buffer
;
export
{
BufferToString
,
StringToBuffer
};