phaser/v3/typings/geom/line/Clone.d.ts

3 lines
72 B
TypeScript
Raw Normal View History

2017-01-16 21:43:07 +00:00
import Line from './Line';
export default function (source: any): Line;