mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 08:26:35 +08:00
4 lines
93 B
TypeScript
4 lines
93 B
TypeScript
import { build } from 'jschannel';
|
|
|
|
build({ window: null, origin: "*", scope: "testScope"});
|