UNPKG

nativescript-toolbox-sw

Version:

Fork of nativescript-toolbox - A NativeScript module that is a composition of useful classes, tools and helpers.

4 lines (3 loc) 146 B
// super simple module for the most common nodejs use case. exports.markdown = require("./markdown"); exports.parse = exports.markdown.toHTML;