mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
6 lines
149 B
TypeScript
6 lines
149 B
TypeScript
import { "Foo::new" as Foo_new } from "./foo.wasm"
|
|
|
|
const foo = Foo_new()
|
|
|
|
export { Foo_new as "Foo::new" }
|
|
export type * as "Foo_types" from './mod' |