redoc/lib/index.js
2016-02-11 13:38:44 +02:00

8 lines
128 B
JavaScript

'use strict';
import {Redoc} from './components/index';
export var init = Redoc.init;
window.Redoc = Redoc;
Redoc.autoInit();