build it
This commit is contained in:
4
examples/somethingLate.gen.ts
Normal file
4
examples/somethingLate.gen.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export default async (context: any) => {
|
||||
const { five } = await context.import("./somethingEarly.ts");
|
||||
return five.toString();
|
||||
};
|
||||
Reference in New Issue
Block a user