UNPKG

platform-specific

Version:

Platform specific information for isomorphic applications

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