UNPKG

shelving

Version:

Toolkit for using data in JavaScript.

9 lines (8 loc) 165 B
export function createMarkupRule(regexp, render, contexts, priority = 0) { return { regexp, render, contexts, priority, }; }