UNPKG

@selfage/bundler_cli

Version:

CLI for bundling and running bundled frontend or backend TypeScript files.

16 lines (12 loc) 201 B
declare module "*.jpg" { let path: string; export = path; } declare module "*.png" { let path: string; export = path; } declare module "*.gif" { let path: string; export = path; }