spinjs
Version:
<p align="center"><a href="#"><img width="150" src="https://rawgit.com/sysgears/spin.js/master/logo.svg"></a></p>
21 lines (20 loc) • 445 B
TypeScript
declare const requireModule: any;
declare const path: any;
declare const util: any;
declare const utils: any;
declare const size: any;
declare const hasha: any;
declare const hashAssetFiles: any;
declare const AssetResolver: any;
declare type Config = {
platform: string;
bundle?: boolean;
root: string;
outputPath?: any;
publicPath?: any;
};
declare type Info = {
width: number;
height: number;
type: string;
};