mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-20 00:59:29 +08:00
5 lines
70 B
TypeScript
5 lines
70 B
TypeScript
import tempfile = require('tempfile');
|
|
|
|
tempfile();
|
|
tempfile('.png');
|