Show More
Commit Description:
force log out when password change
Commit Description:
force log out when password change
References:
File last commit:
Show/Diff file:
Action:
node_modules/pdfmake/src/pdfKitEngine.js | 21 lines | 447 B | application/javascript | JavascriptLexer |
'use strict';
function _interopDefault(ex) {
return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex;
}
var PdfKit = _interopDefault(require('pdfkit'));
function getEngineInstance() {
return PdfKit;
}
function createPdfDocument(options) {
options = options || {};
return new PdfKit(options);
}
module.exports = {
getEngineInstance: getEngineInstance,
createPdfDocument: createPdfDocument
};