UNPKG
ember-fetch
Version:
latest (8.1.2)
8.1.2
8.1.1
8.1.0
8.0.5
8.0.4
8.0.3
8.0.2
8.0.1
8.0.0
7.1.0
7.0.1
7.0.0
6.7.2
6.7.1
6.7.0
6.6.0
6.5.1
6.5.0
6.4.0
6.3.1
6.3.0
6.2.3
6.2.2
6.2.1
6.2.0
6.1.1
6.1.0
6.0.0
5.1.3
5.1.2
5.1.1
5.1.0
5.0.1
5.0.0
4.0.2
4.0.1
4.0.0
3.4.5
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0
3.3.1
3.3.0
3.2.9
3.2.8
3.2.7
3.2.6
3.2.4
3.2.3
3.1.2
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
2.1.0
2.0.0
1.6.0
1.5.0
1.4.2
1.4.1
1.4.0
1.3.0
1.2.2
1.2.1
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
HTML5 Fetch polyfill (as an ember-addon)
github.com/ember-cli/ember-fetch
ember-cli/ember-fetch
ember-fetch
/
types
/
global.d.ts
7 lines
(6 loc)
•
196 B
TypeScript
View Raw
1
2
3
4
5
6
7
// Types for compiled templates
declare
module
'ember-fetch/templates/*'
{
import
{
TemplateFactory
}
from
'htmlbars-inline-precompile'
;
const
tmpl
:
TemplateFactory
;
export
default
tmpl; }