mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-04 14:29:06 +08:00
4 lines
61 B
TypeScript
4 lines
61 B
TypeScript
import Abs = require('abs');
|
|
|
|
const x: string = Abs('/foo');
|