Skip to content

Instantly share code, notes, and snippets.

@omirobarcelo
Last active June 9, 2020 17:19
Show Gist options
  • Save omirobarcelo/fe3e394646da6aed518243886d924eeb to your computer and use it in GitHub Desktop.
Save omirobarcelo/fe3e394646da6aed518243886d924eeb to your computer and use it in GitHub Desktop.
deps.ts file (v1) for 'Creating your own blog with Deno' article
export { Controller, Get, Area, App } from 'https://deno.land/x/alosaur/src/mod.ts';
// We import it as
// import { Controller, Get, Area, App } from 'deps.ts';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment