Skip to content

API is now a mixin-based

Compare
Choose a tag to compare
@phillipskevin phillipskevin released this 20 Mar 15:58
· 28 commits to master since this release
import DefineMap from "can-define/map/map";
import defineBackup from "can-define-backup";

const recipe = new DefineMap( "Recipe", {
    title: "Pancake Mix"
} );
defineBackup(recipe);

#12