5 lines
97 B
TypeScript
5 lines
97 B
TypeScript
/**
|
|
* This is here because DART requires it. It is noop in JS.
|
|
*/
|
|
export function wtfInit() {}
|