UNPKG

gatsby-source-wordpress

Version:

Source data from WordPress in an efficient and scalable way.

8 lines (7 loc) 226 B
"use strict"; exports.__esModule = true; exports.b64e = void 0; // Base 64 encodes an input string. const b64e = input => Buffer.from(input).toString(`base64`); exports.b64e = b64e; //# sourceMappingURL=string-encoding.js.map