SnareChops/SQiggL

View on GitHub
index.ts

Summary

Maintainability
A
0 mins
Test Coverage
import {SQiggL} from "./src/sqiggl";

/* istanbul ignore next */
if(typeof window !== 'undefined'){
    /* istanbul ignore next */
    window['SQiggL'] = SQiggL;
}

export = SQiggL