UNPKG
@ozarkoc/chordpro-parser
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
A browser-friendly bundled version of chordproject-parser
@ozarkoc/chordpro-parser
/
types
/
models
/
IClonable.d.ts
4 lines
(3 loc)
•
50 B
TypeScript
View Raw
1
2
3
4
export
interface IClonable<T> {
clone
(): T; }