mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 11:02:11 +08:00
7 lines
112 B
TypeScript
7 lines
112 B
TypeScript
/// <reference path="./tempfile.d.ts" />
|
|
|
|
import tempfile = require('tempfile');
|
|
|
|
tempfile();
|
|
tempfile('.png');
|