UNPKG

lbr-tool

Version:

## js工具库

4 lines (3 loc) 151 B
declare type ILoadJs = (url: string, callback: () => void) => void; declare const loadJs: (url: any, callback: any) => ILoadJs; export default loadJs;