UNPKG

platform-specific

Version:

Platform specific information for isomorphic applications

7 lines (5 loc) 84 B
var Platform = { type: 'js', platform: 'browser' }; module.exports = Platform;