mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 11:57:33 +08:00
5 lines
116 B
TypeScript
5 lines
116 B
TypeScript
import NSLog = require('nslog');
|
|
|
|
NSLog('Hello world!');
|
|
NSLog('My number is %i and my text is %s.', 42, 'foobar');
|