readest / apps /readest-app /raw-loader.d.ts
dlxj
init
4e1096a
declare module '!!raw-loader!*' {
const contents: string;
export = contents;
}