DefinitelyTyped/absolute/absolute-tests.ts
2015-11-21 20:28:01 +09:00

6 lines
118 B
TypeScript

/// <reference path="./absolute.d.ts" />
import absolute from 'absolute';
const x: boolean = absolute('/home/foo');