UNPKG

@pivoto/core

Version:

![build](https://img.shields.io/badge/build-passing-success.svg)

18 lines (15 loc) 460 B
import {enhance} from './prototype'; export * as type from './type'; export * as utils from './utils'; export * as string from './string'; export * as date from './date'; export * as regexp from './regexp'; export * as url from './url'; export * as device from './device'; export * as cookie from './cookie'; export * as json from './jsonfix'; export * as hash from './hash'; export * as colors from './color/colors'; export function proto() { enhance(); }