'use strict'; var warning = require('warning'); var FS = { test: function() { warning("Not yet implemented for Android."); } }; module.exports = FS;