UNPKG

ember-app-scheduler

Version:

Ember addon to schedule work at different phases of app life cycle.

11 lines (7 loc) 235 B
// This file will highlight the passed code using the custom theme when run via: "node highlight-json" var cardinal = require('..'); var json = JSON.stringify({ foo: 'bar', baz: 'quux' }); console.log(cardinal.highlight(json));