UNPKG

algopat

Version:

Utility library for implementing common design patterns and algorithms

5 lines 229 B
export * from './factory-method/factory-method.pattern'; export * from './prototype/prototype.pattern'; export * from './singleton/singleton.pattern'; export * from './adapter/adapter.pattern'; //# sourceMappingURL=index.d.ts.map