UNPKG

motionlink-cli

Version:

Making it easy to use Notion as a Content Management system for personal websites, portfolios, blogs, business homepages, and other kinds of static websites.

7 lines (6 loc) 230 B
export default class MustacheService { render(view: object, template: string): string; private static _instance; static get instance(): MustacheService; static setMockedInstance(instance: MustacheService): void; }