mirror of
https://gitlab.com/novaloop-oss/angular/localization.git
synced 2025-12-06 04:51:52 +00:00
11 lines
394 B
JavaScript
11 lines
394 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.myPlugin = void 0;
|
|
const scully_1 = require("@scullyio/scully");
|
|
exports.myPlugin = 'myPlugin';
|
|
const myFunctionPlugin = async (html) => {
|
|
return html;
|
|
};
|
|
const validator = async () => [];
|
|
scully_1.registerPlugin('render', exports.myPlugin, myFunctionPlugin, validator);
|
|
//# sourceMappingURL=plugin.js.map
|