json.js 90 Bytes
Newer Older
박민석's avatar
박민석 committed
1 2 3 4 5
'use strict'

module.exports = (context) => {
  return JSON.stringify(context, null, 2)
}