Skip to content

Import `can` package in docs

Compare
Choose a tag to compare
@cherifGsoul cherifGsoul released this 26 Nov 17:10
· 30 commits to master since this release

Use can package in documentation instead of can/everything:

import { StacheElement } from "can/everything"; -> import { StacheElement } from "can";

#99