UNPKG

can-types

Version:

A stateful container for CanJS type information

23 lines (19 loc) 302 B
"use strict"; var stealTools = require("steal-tools"); stealTools.export({ steal: { config: __dirname + "/package.json!npm" }, outputs: { "+amd": {}, "+standalone": { exports: { "can-namespace": "can" } } } }).catch(function(e){ setTimeout(function(){ throw e; },1); });