📝 Edit page
            
    ➕ Add page
            
    
         
    
    
    
    
        
            
 
        
    Structure
How to layout your Deno project.
Put everything in your top-level directory.
Based on Oak as a reference.
docs/examples/fixtures/fizz/common.ts(orlib.ts?)buzz.ts
index.tsindex_test.tsfoo.tsfoo_test.tsutil.tsutil_test.tstypes.d.tsdepts.ts- central dependencies.test_deps.ts- dependencies for tests.README.md
Or put your code in src and tests. The tests can be in src if you want to distribute them with you application.