mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
7e2c7fb6c5
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
3 lines
61 B
TypeScript
3 lines
61 B
TypeScript
import * as config from "./some.json";
|
|
|
|
console.log(config);
|