// Bun Snapshot v1, https://goo.gl/fbAQLP exports[`base import different files 1`] = ` "
TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.
export function sum(a: number, b: number): number {
return a + b
}
"
`;