UNPKG

@phaserjs/phaser

Version:
4 lines 159 B
import { ILine } from './ILine'; import { Line } from './Line'; export declare function CloneLine(source: ILine): Line; //# sourceMappingURL=CloneLine.d.ts.map