@nfps.dev/runtime
Version:
Runtime library for NFPs
10 lines • 489 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.S_CONTENT_TYPE_SCRIPT = exports.P_NS_NFP = exports.P_NS_HTML = exports.P_NS_SVG = void 0;
/* eslint-disable @typescript-eslint/naming-convention */
exports.P_NS_SVG = 'http://www.w3.org/2000/svg';
exports.P_NS_HTML = 'http://www.w3.org/1999/xhtml';
exports.P_NS_NFP = 'https://nfps.dev/';
exports.S_CONTENT_TYPE_SCRIPT = 'application/ecmascript';
/* eslint-enable */
//# sourceMappingURL=constants.js.map