UNPKG

data-provider-temporary

Version:

Library that helps with server-to-client synchronization of data

7 lines (5 loc) 125 B
'use strict'; var callsites = require('callsites'); module.exports = function () { return callsites()[2].getFileName(); };