UNPKG

@nfps.dev/runtime

Version:

Runtime library for NFPs

7 lines 334 B
/* eslint-disable @typescript-eslint/naming-convention */ export const P_NS_SVG = 'http://www.w3.org/2000/svg'; export const P_NS_HTML = 'http://www.w3.org/1999/xhtml'; export const P_NS_NFP = 'https://nfps.dev/'; export const S_CONTENT_TYPE_SCRIPT = 'application/ecmascript'; /* eslint-enable */ //# sourceMappingURL=constants.js.map