Skip to content

Agency's Standard Library

Agency has a large standard library. Check it out here. To import from the library, use the std:: prefix:

ts
import { search } from "std::wikipedia"

All the functions inside std::index (link) are always pre-imported for you in every file.