DefinitelyTyped/types/nslog/nslog-tests.ts
2017-07-07 16:57:31 -07:00

5 lines
116 B
TypeScript

import NSLog = require('nslog');
NSLog('Hello world!');
NSLog('My number is %i and my text is %s.', 42, 'foobar');