What is a Stamp
const object = Stamp() // creating a new object from a stampStamp's metadata (descriptor)
const descriptor = Stamp.compose // retrieving a stamp's metadatainterface Descriptor {
methods: Object,
properties: Object,
deepProperties: Object,
propertyDescriptors: Object,
initializers: Function[],
staticProperties: Object,
staticDeepProperties: Object,
staticPropertyDescriptors: Object,
composers: Function[],
configuration: Object,
deepConfiguration: Object
}Ducktyping a stamp
Composing stamps
Naming conflict resolution
Creating stamps
Last updated