UNPKG

ember-app-scheduler

Version:

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

5 lines 242 B
var core = require('../../modules/_core') , $JSON = core.JSON || (core.JSON = {stringify: JSON.stringify}); module.exports = function stringify(it){ // eslint-disable-line no-unused-vars return $JSON.stringify.apply($JSON, arguments); };