UNPKG

can-validate-interface

Version:

Utility to validate property existence. Test for missing properties before they cause errors later.

17 lines (14 loc) 261 B
'use strict'; var stealTools = require("steal-tools"); stealTools.export({ steal: { config: __dirname + "/package.json!npm" }, outputs: { "+cjs": {}, "+amd": {}, "+global-js": {} } }).catch(function(e){ setTimeout(function(){ throw e; }, 1); });