##// END OF EJS Templates
Working sandbox
Working sandbox

File last commit:

r65:8ac132c83639 default
r99:908c1ce6ce6d v1.3
Show More
foo.ts
6 lines | 167 B | video/mp2t | TypeScriptLexer
import foo from "../foo";
export default foo.define({
greeting: (name: string) => `Привет, ${name}`,
goodbye: (name: string) => `Пока, ${name}`
});