UNPKG
@cosmicmind/patternjs
Version:
latest (0.0.1-rc-082825-3-1)
0.0.1-rc-120723-3
0.0.1-rc-120423-3
0.0.1-rc-102123-3
0.0.1-rc-092723-3
0.0.1-rc-091923-3
0.0.1-rc-082825-3-1
0.0.1-rc-072224-3
0.0.1-rc-072124-3
0.0.1-rc-071324-3
0.0.1-rc-071323-3
0.0.1-rc-070423-3-a
0.0.1-rc-063024-3
0.0.1-rc-060223-3
0.0.1-rc-052124-3
0.0.1-rc-052024-3
0.0.1-rc-050323-3
0.0.1-rc-042624-3
0.0.1-rc-040523-3
0.0.1-rc-030725-3
0.0.1-rc-030223-3
0.0.1-rc-030123-3
0.0.1-rc-022525-3
0.0.1-rc-022423-3
0.0.1-rc-021423-3
0.0.1-rc-021323-3
0.0.1-rc-020423-4
0.0.1-rc-020223-2
0.0.1-rc-020123-3
0.0.1-rc-020123-2
0.0.1-rc-020123-1
0.0.1-rc-011825-3
0.0.1-rc-010224-3
A library of Design Patterns in TypeScript.
github.com/cosmicmind/patternjs
cosmicmind/patternjs
@cosmicmind/patternjs
/
dist
/
src
/
creational
/
Prototype.d.ts
7 lines
•
181 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
Prototypeable
{ clone():
this
; } export declare
abstract
class
Prototype
implements
Prototypeable
{ clone():
this
; }
//# sourceMappingURL=Prototype.d.ts.map